You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/07/14 06:42:33 UTC

[JENKINS] Lucene-Solr-8.6-MacOSX (64bit/jdk-12.0.2) - Build # 124 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-MacOSX/124/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:59626/sdd/d

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:59626/sdd/d
	at __randomizedtesting.SeedInfo.seed([BAF8080D59D21064:32AC37D7F72E7D9C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	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:157)
	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:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	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:571)
	... 42 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.LeaderFailoverAfterPartitionTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest:     1) Thread[id=3514, name=SessionTracker, state=TIMED_WAITING, group=TGRP-LeaderFailoverAfterPartitionTest]         at java.base@12.0.2/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest: 
   1) Thread[id=3514, name=SessionTracker, state=TIMED_WAITING, group=TGRP-LeaderFailoverAfterPartitionTest]
        at java.base@12.0.2/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([BAF8080D59D21064]:0)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
{   "responseHeader":{     "status":500,     "QTime":30025},   "errorMessages":["4 out of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/]\n"],   "WARNING":"This response format is experimental.  It is likely to change in the future.",   "error":{     "metadata":[       "error-class","org.apache.solr.common.SolrException",       "root-error-class","org.apache.solr.common.SolrException"],     "msg":"4 out of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/]",     "trace":"org.apache.solr.common.SolrException: 4 out of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/]\n\tat org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:843)\n\tat org.apache.solr.handler.SolrConfigHandler.access$400(SolrConfigHandler.java:104)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:545)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:377)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:162)\n\tat org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:139)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)\n\tat org.apache.solr.core.SolrCore.execute(SolrCore.java:2606)\n\tat org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:812)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:588)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:500)\n\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)\n\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)\n\tat java.base/java.lang.Thread.run(Thread.java:835)\n",     "code":500}}  expected null, but was:<[4 out of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/] ]>

Stack Trace:
java.lang.AssertionError: {
  "responseHeader":{
    "status":500,
    "QTime":30025},
  "errorMessages":["4 out of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/]\n"],
  "WARNING":"This response format is experimental.  It is likely to change in the future.",
  "error":{
    "metadata":[
      "error-class","org.apache.solr.common.SolrException",
      "root-error-class","org.apache.solr.common.SolrException"],
    "msg":"4 out of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/]",
    "trace":"org.apache.solr.common.SolrException: 4 out of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/]\n\tat org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:843)\n\tat org.apache.solr.handler.SolrConfigHandler.access$400(SolrConfigHandler.java:104)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:545)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:377)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:162)\n\tat org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:139)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)\n\tat org.apache.solr.core.SolrCore.execute(SolrCore.java:2606)\n\tat org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:812)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:588)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:500)\n\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)\n\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)\n\tat java.base/java.lang.Thread.run(Thread.java:835)\n",
    "code":500}}
 expected null, but was:<[4 out of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/]
]>
	at __randomizedtesting.SeedInfo.seed([BAF8080D59D21064:62B5255AAE0FB5C4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.core.TestSolrConfigHandler.runConfigCommand(TestSolrConfigHandler.java:180)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:186)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13628 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> 266888 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 266889 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BAF8080D59D21064-001/data-dir-21-001
   [junit4]   2> 266889 WARN  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 266889 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 266890 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 266890 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 266890 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /sdd/d
   [junit4]   2> 266893 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 266894 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 266894 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 267004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer start zk server on port: 59622
   [junit4]   2> 267004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:59622
   [junit4]   2> 267004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59622
   [junit4]   2> 267004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59622
   [junit4]   2> 267007 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 267014 INFO  (zkConnectionManagerCallback-2137-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 267014 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 267018 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 267024 INFO  (zkConnectionManagerCallback-2139-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 267024 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 267027 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 267030 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 267033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 267036 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 267039 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 267041 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 267044 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 267046 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 267049 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 267051 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 267056 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 267058 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 267543 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 267543 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 267543 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 267543 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 267547 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 267547 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 267547 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 267548 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@319bff0f{/sdd/d,null,AVAILABLE}
   [junit4]   2> 267550 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6648f1c3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:59627}
   [junit4]   2> 267550 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.s.Server Started @267616ms
   [junit4]   2> 267550 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/sdd/d, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BAF8080D59D21064-001/tempDir-001/control/data, hostPort=59626, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BAF8080D59D21064-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 267551 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 267551 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 267551 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 267551 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 267551 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr
   [junit4]   2> 267551 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T05:51:06.127633Z
   [junit4]   2> 267553 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 267557 INFO  (zkConnectionManagerCallback-2141-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 267558 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 267675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 267675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BAF8080D59D21064-001/control-001/solr.xml
   [junit4]   2> 267702 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 267702 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 267704 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@26dd9f6a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 267976 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 267979 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f6f784a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 267979 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f6f784a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 267986 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f24693e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 267986 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f24693e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 267988 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59622/solr
   [junit4]   2> 267989 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 267994 INFO  (zkConnectionManagerCallback-2152-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 267994 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 268102 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 268107 INFO  (zkConnectionManagerCallback-2154-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268107 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 268344 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59626_sdd%2Fd
   [junit4]   2> 268346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.Overseer Overseer (id=72271504628842500-127.0.0.1:59626_sdd%2Fd-n_0000000000) starting
   [junit4]   2> 268360 INFO  (OverseerStateUpdate-72271504628842500-127.0.0.1:59626_sdd%2Fd-n_0000000000) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:59626_sdd%2Fd
   [junit4]   2> 268360 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59626_sdd%2Fd
   [junit4]   2> 268367 INFO  (OverseerStateUpdate-72271504628842500-127.0.0.1:59626_sdd%2Fd-n_0000000000) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 268374 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 268375 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 268411 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 268438 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26dd9f6a
   [junit4]   2> 268450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26dd9f6a
   [junit4]   2> 268451 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26dd9f6a
   [junit4]   2> 268452 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BAF8080D59D21064-001/control-001/cores
   [junit4]   2> 268466 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 268471 INFO  (zkConnectionManagerCallback-2171-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268471 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 268474 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 268478 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59622/solr ready
   [junit4]   2> 268480 INFO  (SocketProxy-Acceptor-59626) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59632,localport=59626], receiveBufferSize: 408300
   [junit4]   2> 268481 INFO  (SocketProxy-Acceptor-59626) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59627,localport=59633], receiveBufferSize=408300
   [junit4]   2> 268483 INFO  (qtp361710260-3540) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:59626_sdd%252Fd&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 268494 INFO  (OverseerThreadFactory-2161-thread-1-processing-n:127.0.0.1:59626_sdd%2Fd) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 268623 INFO  (SocketProxy-Acceptor-59626) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59634,localport=59626], receiveBufferSize: 408300
   [junit4]   2> 268625 INFO  (SocketProxy-Acceptor-59626) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59627,localport=59635], receiveBufferSize=408300
   [junit4]   2> 268627 INFO  (qtp361710260-3542) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 268627 INFO  (qtp361710260-3542) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 268643 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 288167 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 288197 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 288336 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 288407 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 288408 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26dd9f6a
   [junit4]   2> 288408 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BAF8080D59D21064-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BAF8080D59D21064-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 288412 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=21.53515625, floorSegmentMB=0.6640625, forceMergeDeletesPctAllowed=3.2876729304274885, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5484687310222615, deletesPctAllowed=27.363166224331554
   [junit4]   2> 288419 WARN  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 288569 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 288569 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 288571 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 288571 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 288572 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=10.2578125, floorSegmentMB=1.580078125, forceMergeDeletesPctAllowed=13.199135065716014, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=46.137179443796086
   [junit4]   2> 288574 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 288575 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 288576 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 288576 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1672170320326295552
   [junit4]   2> 288582 INFO  (searcherExecutor-2176-thread-1-processing-n:127.0.0.1:59626_sdd%2Fd x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 288593 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 288594 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 288607 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 288607 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 288607 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59626/sdd/d/control_collection_shard1_replica_n1/
   [junit4]   2> 288608 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 288608 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:59626/sdd/d/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 288609 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72271504628842500-core_node2-n_0000000000
   [junit4]   2> 288614 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59626/sdd/d/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 288618 INFO  (zkCallback-2153-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 288618 INFO  (zkCallback-2153-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 288621 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 288626 INFO  (qtp361710260-3539) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=19983
   [junit4]   2> 288632 INFO  (qtp361710260-3540) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 288668 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=664970618
   [junit4]   2> 288668 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:59626_sdd%2Fd
   [junit4]   2> 288669 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 288669 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:59626_sdd%2Fd as DOWN
   [junit4]   2> 288678 INFO  (coreCloseExecutor-2183-thread-1) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a86fcf9
   [junit4]   2> 288678 INFO  (coreCloseExecutor-2183-thread-1) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1 tag=SolrCore@a86fcf9
   [junit4]   2> 288678 INFO  (coreCloseExecutor-2183-thread-1) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f4dbc2b: rootName = null, domain = solr.core.control_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.control_collection.shard1.replica_n1/com.codahale.metrics.MetricRegistry@7c95a66f
   [junit4]   2> 288691 INFO  (coreCloseExecutor-2183-thread-1) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.control_collection.shard1.leader tag=SolrCore@a86fcf9
   [junit4]   2> 288692 INFO  (coreCloseExecutor-2183-thread-1) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 288696 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 288696 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@153c1855: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@56412385
   [junit4]   2> 288703 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 288703 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@35d5407d: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@65d10d9
   [junit4]   2> 288706 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 288706 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7356aaa9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@274ca50b
   [junit4]   2> 288706 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 288708 INFO  (closeThreadPool-2185-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72271504628842500-127.0.0.1:59626_sdd%2Fd-n_0000000000) closing
   [junit4]   2> 288708 INFO  (OverseerStateUpdate-72271504628842500-127.0.0.1:59626_sdd%2Fd-n_0000000000) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:59626_sdd%2Fd
   [junit4]   2> 288709 INFO  (OverseerAutoScalingTriggerThread-72271504628842500-127.0.0.1:59626_sdd%2Fd-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 288710 INFO  (qtp361710260-3540) [n:127.0.0.1:59626_sdd%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:59626_sdd%252Fd&wt=javabin&version=2} status=0 QTime=20227
   [junit4]   2> 288714 INFO  (closeThreadPool-2185-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72271504628842500-127.0.0.1:59626_sdd%2Fd-n_0000000000) closing
   [junit4]   2> 288816 INFO  (closeThreadPool-2173-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72271504628842500-127.0.0.1:59626_sdd%2Fd-n_0000000000) closing
   [junit4]   2> 288820 INFO  (closeThreadPool-2173-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6648f1c3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 288820 INFO  (closeThreadPool-2173-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@319bff0f{/sdd/d,null,UNAVAILABLE}
   [junit4]   2> 288821 INFO  (closeThreadPool-2173-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 288822 WARN  (closeThreadPool-2173-thread-2) [     ] o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:59626/sdd/d, target: http://127.0.0.1:59627/sdd/d
   [junit4]   2> 288822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 289035 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 289037 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59622
   [junit4]   2> 289037 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59622
   [junit4]   2> 289037 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59622
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=BAF8080D59D21064 -Dtests.slow=true -Dtests.locale=bas-CM -Dtests.timezone=America/Matamoros -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   22.2s J3 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:59626/sdd/d
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BAF8080D59D21064:32AC37D7F72E7D9C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    > 	... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BAF8080D59D21064-001
   [junit4]   2> Jul 14, 2020 5:51:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jul 14, 2020 5:51:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest: 
   [junit4]   2>    1) Thread[id=3514, name=SessionTracker, state=TIMED_WAITING, group=TGRP-LeaderFailoverAfterPartitionTest]
   [junit4]   2>         at java.base@12.0.2/java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]   2> Jul 14, 2020 5:51:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=3514, name=SessionTracker, state=TIMED_WAITING, group=TGRP-LeaderFailoverAfterPartitionTest]
   [junit4]   2> 299185 ERROR (SessionTracker) [     ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : SessionTracker
   [junit4]   2>           => java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.base/java.lang.Thread.sleep(Native Method)
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method) ~[?:?]
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) [zookeeper-3.5.7.jar:3.5.7]
   [junit4]   2> Jul 14, 2020 5:51:38 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=100, maxMBSortInHeap=7.370850824650466, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=bas-CM, timezone=America/Matamoros
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=41204264,total=266895360
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesMultiTest, LoggingHandlerTest, HttpPartitionTest, DefaultValueUpdateProcessorTest, TestCollationField, TestDistribIDF, SimpleFacetsTest, TestQuerySenderNoQuery, TestSubQueryTransformerDistrib, OverseerTest, TestStressReorder, SolrCloudReportersTest, TestEmbeddedSolrServerConstructors, TestSimNodeAddedTrigger, CoreMergeIndexesAdminHandlerTest, AsyncCallRequestStatusResponseTest, TestCloudPivotFacet, SimpleMLTQParserTest, SuggesterFSTTest, TestReversedWildcardFilterFactory, LeaderFailoverAfterPartitionTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.seed=BAF8080D59D21064 -Dtests.slow=true -Dtests.locale=bas-CM -Dtests.timezone=America/Matamoros -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J3 | LeaderFailoverAfterPartitionTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest: 
   [junit4]    >    1) Thread[id=3514, name=SessionTracker, state=TIMED_WAITING, group=TGRP-LeaderFailoverAfterPartitionTest]
   [junit4]    >         at java.base@12.0.2/java.lang.Thread.sleep(Native Method)
   [junit4]    >         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BAF8080D59D21064]:0)
   [junit4] Completed [94/914 (1!)] on J3 in 32.57s, 1 test, 2 errors <<< FAILURES!

[...truncated 1111 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> 870355 INFO  (SUITE-TestDynamicLoading-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 870355 INFO  (SUITE-TestDynamicLoading-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_BAF8080D59D21064-001/data-dir-83-001
   [junit4]   2> 870355 WARN  (SUITE-TestDynamicLoading-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=182 numCloses=182
   [junit4]   2> 870355 INFO  (SUITE-TestDynamicLoading-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 870356 INFO  (SUITE-TestDynamicLoading-seed#[BAF8080D59D21064]-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> 870356 INFO  (SUITE-TestDynamicLoading-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 870356 INFO  (SUITE-TestDynamicLoading-seed#[BAF8080D59D21064]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /qrlsb/f
   [junit4]   2> 870361 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 870361 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 870361 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 870465 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer start zk server on port: 49218
   [junit4]   2> 870465 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:49218
   [junit4]   2> 870466 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49218
   [junit4]   2> 870466 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49218
   [junit4]   2> 870468 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 870474 INFO  (zkConnectionManagerCallback-7759-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 870474 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 870479 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 870481 INFO  (zkConnectionManagerCallback-7761-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 870482 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 870485 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 870495 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 870500 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 870504 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 870508 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 870513 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 870519 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 870526 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 870530 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 870537 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 870542 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 870554 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 871036 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 871036 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 871037 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 871037 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 871044 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 871044 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 871044 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 871045 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65ef30c1{/qrlsb/f,null,AVAILABLE}
   [junit4]   2> 871049 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@c39f69{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49227}
   [junit4]   2> 871050 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.s.Server Started @871125ms
   [junit4]   2> 871050 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/qrlsb/f, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_BAF8080D59D21064-001/tempDir-001/control/data, hostPort=49227, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_BAF8080D59D21064-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 871050 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 871050 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 871050 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 871050 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 871050 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr
   [junit4]   2> 871050 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T06:01:09.627606Z
   [junit4]   2> 871053 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 871055 INFO  (zkConnectionManagerCallback-7763-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 871055 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 871162 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 871162 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_BAF8080D59D21064-001/control-001/solr.xml
   [junit4]   2> 871176 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 871176 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 871177 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f1b5aa2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 871295 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 871302 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2827213f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 871302 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2827213f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 871316 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1181ba18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 871316 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1181ba18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 871316 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49218/solr
   [junit4]   2> 871321 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 871326 INFO  (zkConnectionManagerCallback-7774-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 871326 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 871433 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 871436 INFO  (zkConnectionManagerCallback-7776-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 871438 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 872306 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49227_qrlsb%2Ff
   [junit4]   2> 872310 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.Overseer Overseer (id=72271544177721348-127.0.0.1:49227_qrlsb%2Ff-n_0000000000) starting
   [junit4]   2> 872359 INFO  (OverseerStateUpdate-72271544177721348-127.0.0.1:49227_qrlsb%2Ff-n_0000000000) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:49227_qrlsb%2Ff
   [junit4]   2> 872360 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49227_qrlsb%2Ff
   [junit4]   2> 872365 INFO  (OverseerStateUpdate-72271544177721348-127.0.0.1:49227_qrlsb%2Ff-n_0000000000) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 872390 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 872390 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 872442 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 872495 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f1b5aa2
   [junit4]   2> 872530 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f1b5aa2
   [junit4]   2> 872530 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f1b5aa2
   [junit4]   2> 872531 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_BAF8080D59D21064-001/control-001/cores
   [junit4]   2> 872571 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 872575 INFO  (zkConnectionManagerCallback-7793-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 872576 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 872599 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 872625 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[BAF8080D59D21064]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49218/solr ready
   [junit4]   2> 872634 INFO  (qtp1273784712-13856) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:49227_qrlsb%252Ff&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 872675 INFO  (OverseerThreadFactory-7783-thread-1-processing-n:127.0.0.1:49227_qrlsb%2Ff) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 872838 INFO  (qtp1273784712-13858) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 872838 INFO  (qtp1273784712-13858) [n:127.0.0.1:49227_qrlsb%2Ff     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 872856 INFO  (qtp1273784712-13855) [n:127.0.0.1:49227_qrlsb%2Ff    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 873892 INFO  (qtp1273784712-13855) [n:127.0.0.1:49227_qrlsb%2Ff c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 873936 INFO  (qtp1273784712-13855) [n:127.0.0.1:49227_qrlsb%2Ff c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 874120 INFO  (qtp1273784712-13855) [n:127.0.0.1:49227_qrlsb%2Ff c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 874359 INFO  (qtp1273784712-13855) [n:127.0.0.1:49227_qrlsb%2Ff c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 874359 INFO  (qtp1273784712-13855) [n:127.0.0.1:49227_qrlsb%2Ff c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f1b5aa2
   [junit4]   2> 874359 INFO  

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

 of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/]\n\tat org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:843)\n\tat org.apache.solr.handler.SolrConfigHandler.access$400(SolrConfigHandler.java:104)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:545)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:377)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:162)\n\tat org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:139)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)\n\tat org.apache.solr.core.SolrCore.execute(SolrCore.java:2606)\n\tat org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:812)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:588)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:500)\n\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)\n\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)\n\tat java.base/java.lang.Thread.run(Thread.java:835)\n",
   [junit4]    >     "code":500}}
   [junit4]    >  expected null, but was:<[4 out of 5 the property overlay to be of version 3 within 30 seconds! Failed cores: [http://127.0.0.1:49274/qrlsb/f/collection1_shard2_replica_n2/, http://127.0.0.1:49291/qrlsb/f/collection1_shard2_replica_n6/, http://127.0.0.1:49282/qrlsb/f/collection1_shard1_replica_n1/, http://127.0.0.1:49317/qrlsb/f/collection1_shard1_replica_n5/]
   [junit4]    > ]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BAF8080D59D21064:62B5255AAE0FB5C4]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.runConfigCommand(TestSolrConfigHandler.java:180)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:186)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_BAF8080D59D21064-001
   [junit4]   2> Jul 14, 2020 6:03:22 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=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-AT, timezone=Pacific/Chuuk
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=155165496,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesMissingTest, InfoHandlerTest, HttpPartitionOnCommitTest, CloneFieldUpdateProcessorFactoryTest, TestCloudSchemaless, TestDefaultStatsCache, RegexBytesRefFilterTest, TestQuerySenderListener, TestSubQueryTransformerCrossCore, OverseerTaskQueueTest, TestStressRecovery, SolrSlf4jReporterTest, TestEmbeddedSolrServerAdminHandler, TestSimLargeCluster, CoreAdminRequestStatusTest, AssignTest, TestCloudPhrasesIdentificationComponent, CloudMLTQParserTest, WordBreakSolrSpellCheckerTest, TestLuceneMatchVersion, LeaderElectionTest, SystemCollectionCompatTest, SaslZkACLProviderTest, AuditLoggerIntegrationTest, TestSchemaManager, AutoAddReplicasPlanActionTest, AdminHandlersProxyTest, TestReplicationHandler, HdfsChaosMonkeySafeLeaderTest, TestCrossCoreJoin, TestLegacyTerms, TestCSVResponseWriter, TestManagedSchemaAPI, TriggerEventQueueTest, TestFuzzyAnalyzedSuggestions, BasicDistributedZkTest, TlogReplayBufferedWhileIndexingTest, CheckHdfsIndexTest, TestStressInPlaceUpdates, MoreLikeThisHandlerTest, BigEndianAscendingWordDeserializerTest, TestReRankQParserPlugin, ParsingFieldUpdateProcessorsTest, BadComponentTest, CdcrWithNodesRestartsTest, TestUnifiedSolrHighlighter, TestSolrJ, ZkControllerTest, IndexSchemaRuntimeFieldTest, TestLegacyNumericRangeQueryBuilder, TestPHPSerializedResponseWriter, TestAnalyzeInfixSuggestions, TermsComponentTest, RankFieldTest, TestCoreContainer, SpellCheckCollatorTest, SpatialRPTFieldTypeTest, AddBlockUpdateTest, DistributedFacetPivotSmallAdvancedTest, CacheHeaderTest, DistributedFacetSimpleRefinementLongTailTest, TestConfig, QueryResultKeyTest, SolrMetricReporterTest, MoveReplicaHDFSFailoverTest, TestIntervalFaceting, StressHdfsTest, TestDistributedTracing, BlockJoinFacetRandomTest, TestSolrConfigHandler, PKIAuthenticationIntegrationTest, TestTrie, HighlighterConfigTest, TestSha256AuthenticationProvider, SolrIndexConfigTest, TestSolr4Spatial, TestDynamicLoading]
   [junit4] Completed [406/914 (2!)] on J2 in 134.14s, 1 test, 1 failure <<< FAILURES!

[...truncated 49203 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-MacOSX/124/consoleText

[repro] Revision: 2f50e5ddd90c8b9d5c3c9bbabe27c6f8cc5fadd9

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=BAF8080D59D21064 -Dtests.slow=true -Dtests.locale=bas-CM -Dtests.timezone=America/Matamoros -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.seed=BAF8080D59D21064 -Dtests.slow=true -Dtests.locale=bas-CM -Dtests.timezone=America/Matamoros -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=BAF8080D59D21064 -Dtests.slow=true -Dtests.locale=en-AT -Dtests.timezone=Pacific/Chuuk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3472 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestDynamicLoading|*.LeaderFailoverAfterPartitionTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=BAF8080D59D21064 -Dtests.slow=true -Dtests.locale=en-AT -Dtests.timezone=Pacific/Chuuk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 106 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[repro]   0/5 failed: org.apache.solr.core.TestDynamicLoading
[repro] Exiting with code 0

[...truncated 91 lines...]

[JENKINS] Lucene-Solr-8.6-MacOSX (64bit/jdk1.8.0) - Build # 125 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-MacOSX/125/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeAdded

Error Message:
Trigger was not fired even after 5 seconds

Stack Trace:
java.lang.AssertionError: Trigger was not fired even after 5 seconds
	at __randomizedtesting.SeedInfo.seed([3FCB0BEC195EB5CE:5A085D9BBBFD1DCD]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeAdded(ComputePlanActionTest.java:395)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15268 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> 1542083 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1542083 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1542085 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ComputePlanActionTest_3FCB0BEC195EB5CE-001/data-dir-103-001
   [junit4]   2> 1542085 WARN  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 1542085 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1542091 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1542092 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ComputePlanActionTest_3FCB0BEC195EB5CE-001/tempDir-001
   [junit4]   2> 1542092 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1542092 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1542093 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1542196 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 64805
   [junit4]   2> 1542197 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64805
   [junit4]   2> 1542197 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64805
   [junit4]   2> 1542197 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64805
   [junit4]   2> 1542201 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542213 INFO  (zkConnectionManagerCallback-12425-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542213 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542227 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542232 INFO  (zkConnectionManagerCallback-12427-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542232 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542233 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542240 INFO  (zkConnectionManagerCallback-12429-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542240 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542364 WARN  (jetty-launcher-12430-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1542364 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1542364 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1542364 INFO  (jetty-launcher-12430-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 1542367 INFO  (jetty-launcher-12430-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1542367 INFO  (jetty-launcher-12430-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1542368 INFO  (jetty-launcher-12430-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1542368 INFO  (jetty-launcher-12430-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32fe779f{/solr,null,AVAILABLE}
   [junit4]   2> 1542369 INFO  (jetty-launcher-12430-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@55aec94f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64815}
   [junit4]   2> 1542369 INFO  (jetty-launcher-12430-thread-1) [     ] o.e.j.s.Server Started @1542451ms
   [junit4]   2> 1542369 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64815}
   [junit4]   2> 1542369 ERROR (jetty-launcher-12430-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1542369 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1542369 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1542369 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1542369 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr
   [junit4]   2> 1542369 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T14:39:48.634Z
   [junit4]   2> 1542370 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542378 INFO  (zkConnectionManagerCallback-12432-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542378 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542380 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1542741 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1542744 WARN  (jetty-launcher-12430-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@402a60fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1542744 WARN  (jetty-launcher-12430-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@402a60fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1542775 WARN  (jetty-launcher-12430-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a1cd659[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1542775 WARN  (jetty-launcher-12430-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a1cd659[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1542780 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64805/solr
   [junit4]   2> 1542782 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542784 INFO  (zkConnectionManagerCallback-12443-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542786 INFO  (jetty-launcher-12430-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1542909 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542917 INFO  (zkConnectionManagerCallback-12445-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1542918 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1543512 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64815_solr
   [junit4]   2> 1543514 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer Overseer (id=72273583620620293-127.0.0.1:64815_solr-n_0000000000) starting
   [junit4]   2> 1543542 INFO  (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64815_solr
   [junit4]   2> 1543543 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1543543 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64815_solr
   [junit4]   2> 1543545 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1543546 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1543546 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1543547 INFO  (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1543555 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1543555 WARN  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1543565 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:64815_solr]
   [junit4]   2> 1543568 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1543570 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1543571 DEBUG (ScheduledTrigger-12450-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1543611 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1543666 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64815.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1543671 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64815.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1543671 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64815.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1543672 INFO  (jetty-launcher-12430-thread-1) [n:127.0.0.1:64815_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ComputePlanActionTest_3FCB0BEC195EB5CE-001/tempDir-001/node1
   [junit4]   2> 1543702 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1543703 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1543706 INFO  (zkConnectionManagerCallback-12462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1543706 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1543709 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1543712 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64805/solr ready
   [junit4]   2> 1543738 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSelectedCollectionsByPolicy
   [junit4]   2> 1543740 DEBUG (zkCallback-12444-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1543740 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1543743 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1543748 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1543751 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1543755 INFO  (qtp1533619282-19917) [n:127.0.0.1:64815_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1543755 INFO  (qtp1533619282-19917) [n:127.0.0.1:64815_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1543755 DEBUG (qtp1533619282-19915) [n:127.0.0.1:64815_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1543756 INFO  (qtp1533619282-19915) [n:127.0.0.1:64815_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1543757 DEBUG (zkCallback-12444-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1543757 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1543757 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1543758 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1543760 INFO  (qtp1533619282-19916) [n:127.0.0.1:64815_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1543760 DEBUG (qtp1533619282-19914) [n:127.0.0.1:64815_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1543761 INFO  (qtp1533619282-19914) [n:127.0.0.1:64815_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1543761 DEBUG (zkCallback-12444-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1543761 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1543761 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1543763 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1543768 INFO  (qtp1533619282-19915) [n:127.0.0.1:64815_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1543768 DEBUG (qtp1533619282-19917) [n:127.0.0.1:64815_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1543768 INFO  (qtp1533619282-19917) [n:127.0.0.1:64815_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1543769 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.a.ComputePlanActionTest Found number of jetties: 1
   [junit4]   2> 1543769 DEBUG (zkCallback-12444-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1543769 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1543770 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1543770 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1543770 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1543770 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1543770 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 1543771 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1543772 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1543772 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1543772 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1543772 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f4c6fb5{/solr,null,AVAILABLE}
   [junit4]   2> 1543773 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@76352553{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64827}
   [junit4]   2> 1543773 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.Server Started @1543855ms
   [junit4]   2> 1543773 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64827}
   [junit4]   2> 1543773 ERROR (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1543773 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1543773 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1543773 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1543773 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr
   [junit4]   2> 1543773 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T14:39:50.038Z
   [junit4]   2> 1543774 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1543776 INFO  (zkConnectionManagerCallback-12466-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1543777 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1543777 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1543993 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1543994 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@46751968[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543994 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@46751968[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543998 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70cee139[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543998 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70cee139[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1543999 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64805/solr
   [junit4]   2> 1544000 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544006 INFO  (zkConnectionManagerCallback-12477-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544006 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544112 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544115 INFO  (zkConnectionManagerCallback-12479-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544115 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544139 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1544159 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64827_solr as DOWN
   [junit4]   2> 1544169 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1544169 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64827_solr
   [junit4]   2> 1544177 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:64827_solr"} current state version: 0
   [junit4]   2> 1544177 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:64827_solr
   [junit4]   2> 1544190 INFO  (zkCallback-12478-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1544190 INFO  (zkCallback-12444-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1544191 INFO  (zkCallback-12461-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1544192 INFO  (zkCallback-12461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1544213 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1544271 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1544347 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1544442 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64827.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1544471 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64827.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1544472 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64827.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1544495 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64827_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ComputePlanActionTest_3FCB0BEC195EB5CE-001/tempDir-001/node2
   [junit4]   2> 1544634 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1544635 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1544635 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1544635 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 1544641 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1544641 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1544641 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1544642 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f91f4f3{/solr,null,AVAILABLE}
   [junit4]   2> 1544647 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1f1b496f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64867}
   [junit4]   2> 1544647 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.Server Started @1544729ms
   [junit4]   2> 1544647 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64867}
   [junit4]   2> 1544647 ERROR (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1544647 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1544648 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1544648 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1544648 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr
   [junit4]   2> 1544649 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T14:39:50.913Z
   [junit4]   2> 1544651 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544656 INFO  (zkConnectionManagerCallback-12489-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544656 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1544659 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1544863 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1544868 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c99259a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1544868 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c99259a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1544920 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c701a65[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1544920 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c701a65[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1544953 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64805/solr
   [junit4]   2> 1544954 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544962 INFO  (zkConnectionManagerCallback-12500-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1544962 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1545082 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1545087 INFO  (zkConnectionManagerCallback-12502-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1545087 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1545149 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1545191 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64867_solr as DOWN
   [junit4]   2> 1545204 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1545204 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64867_solr
   [junit4]   2> 1545210 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:64867_solr"} current state version: 0
   [junit4]   2> 1545210 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:64867_solr
   [junit4]   2> 1545213 INFO  (zkCallback-12461-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1545213 INFO  (zkCallback-12461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1545214 INFO  (zkCallback-12444-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1545214 INFO  (zkCallback-12478-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1545215 INFO  (zkCallback-12501-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1545241 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1545244 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1545335 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1545428 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64867.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1545463 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64867.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1545463 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64867.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1545465 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64867_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ComputePlanActionTest_3FCB0BEC195EB5CE-001/tempDir-001/node3
   [junit4]   2> 1545553 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1545553 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1545553 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1545553 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 1545558 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1545558 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1545558 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1545559 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29f0bfb9{/solr,null,AVAILABLE}
   [junit4]   2> 1545560 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7c010058{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64950}
   [junit4]   2> 1545560 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.s.Server Started @1545642ms
   [junit4]   2> 1545561 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64950}
   [junit4]   2> 1545561 ERROR (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1545561 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1545561 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1545561 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1545561 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr
   [junit4]   2> 1545561 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T14:39:51.826Z
   [junit4]   2> 1545564 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1545567 INFO  (zkConnectionManagerCallback-12512-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1545567 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1545568 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1545753 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1545754 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1778924e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1545754 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1778924e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1545762 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6763d43b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1545762 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6763d43b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1545763 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64805/solr
   [junit4]   2> 1545764 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1545768 INFO  (zkConnectionManagerCallback-12523-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1545768 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1545877 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1545880 INFO  (zkConnectionManagerCallback-12525-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1545880 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1545904 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1545929 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64950_solr as DOWN
   [junit4]   2> 1545933 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1545933 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64950_solr
   [junit4]   2> 1545934 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:64950_solr"} current state version: 0
   [junit4]   2> 1545934 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:64950_solr
   [junit4]   2> 1545938 INFO  (zkCallback-12461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545938 INFO  (zkCallback-12461-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545938 INFO  (zkCallback-12444-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545938 INFO  (zkCallback-12524-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545938 INFO  (zkCallback-12501-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545939 INFO  (zkCallback-12478-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1545950 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1545950 WARN  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1545995 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1546029 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64950.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1546039 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64950.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1546039 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64950.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a907992
   [junit4]   2> 1546041 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [n:127.0.0.1:64950_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ComputePlanActionTest_3FCB0BEC195EB5CE-001/tempDir-001/node4
   [junit4]   2> 1546067 INFO  (TEST-ComputePlanActionTest.testSelectedCollectionsByPolicy-seed#[3FCB0BEC195EB5CE]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1546073 INFO  (qtp1533619282-19914) [n:127.0.0.1:64815_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1546075 INFO  (qtp415924620-19957) [n:127.0.0.1:64827_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1546077 INFO  (qtp1786766577-19984) [n:127.0.0.1:64867_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1546078 INFO  (qtp1190275299-20013) [n:127.0.0.1:64950_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1546079 DEBUG (qtp1190275299-20011) [n:127.0.0.1:64950_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1546080 INFO  (qtp1190275299-20011) [n:127.0.0.1:64950_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1546080 DEBUG (zkCallback-12444-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 1546082 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 1546083 INFO  (qtp1533619282-19915) [n:127.0.0.1:64815_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=testSelected1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2&policy=search and sendToOCPQueue=true
   [junit4]   2> 1546087 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial livenodes: [127.0.0.1:64815_solr, 127.0.0.1:64867_solr, 127.0.0.1:64950_solr, 127.0.0.1:64827_solr]
   [junit4]   2> 1546088 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1546090 DEBUG (ScheduledTrigger-12450-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 1546090 DEBUG (OverseerAutoScalingTriggerThread-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 1546091 INFO  (OverseerThreadFactory-12452-thread-1-processing-n:127.0.0.1:64815_solr) [n:127.0.0.1:64815_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSelected1
   [junit4]   2> 1546101 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testSelected1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "policy":"search",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1546101 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testSelected1
   [junit4]   2> 1546102 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testSelected1/state.json
   [junit4]   2> 1546207 INFO  (qtp1533619282-19917) [n:127.0.0.1:64815_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1546209 INFO  (qtp1786766577-19986) [n:127.0.0.1:64867_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1546210 INFO  (qtp1190275299-20012) [n:127.0.0.1:64950_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1546212 INFO  (qtp415924620-19959) [n:127.0.0.1:64827_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1546225 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1546225 INFO  (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1546227 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1546227 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1546230 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSelected1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64950/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64950_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1546230 INFO  (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSelected1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64950/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64950_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1546232 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1546232 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"testSelected1_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:64950/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:64950_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1546234 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1546234 INFO  (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1546236 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1546236 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node7":{
   [junit4]   2>       "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1546238 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64815/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64815_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1546238 INFO  (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64815/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64815_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1546240 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node7":{
   [junit4]   2>       "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1546240 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node7":{
   [junit4]   2>       "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>       "base_url":"http://127.0.0.1:64815/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:64815_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1546341 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testSelected1/state.json version: 0
   [junit4]   2> 1546444 INFO  (qtp415924620-19956) [n:127.0.0.1:64827_solr    x:testSelected1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSelected1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSelected1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1546445 INFO  (qtp1190275299-20013) [n:127.0.0.1:64950_solr    x:testSelected1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSelected1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSelected1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1546445 INFO  (qtp1533619282-19916) [n:127.0.0.1:64815_solr    x:testSelected1_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSelected1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSelected1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1546449 INFO  (qtp1786766577-19983) [n:127.0.0.1:64867_solr    x:testSelected1_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSelected1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSelected1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1546475 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64815/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64815_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1546475 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64815/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64815_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1546475 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node8:{
   [junit4]   2>   "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>   "base_url":"http://127.0.0.1:64815/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64815_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1546475 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "policy":"search",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:64950/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":"127.0.0.1:64950_solr",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:64815/solr",
   [junit4]   2>           "node_name":"127.0.0.1:64815_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1546475 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1546475 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1546475 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node7:{
   [junit4]   2>   "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>   "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1546476 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "policy":"search",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:64950/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":"127.0.0.1:64950_solr",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>           "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:64815/solr",
   [junit4]   2>           "node_name":"127.0.0.1:64815_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1546476 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1546476 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1546476 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{
   [junit4]   2>   "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1546476 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "policy":"search",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:64827/solr",
   [junit4]   2>           "node_name":"127.0.0.1:64827_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:64950/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":"127.0.0.1:64950_solr",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:64867/solr",
   [junit4]   2>           "node_name":"127.0.0.1:64867_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:64815/solr",
   [junit4]   2>           "node_name":"127.0.0.1:64815_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1546476 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"testSelected1_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64950/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64950_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1546476 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testSelected1_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64950/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64950_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1546476 DEBUG (OverseerStateUpdate-72273583620620293-127.0.0.1:64815_solr-n_0000000000) [n:127.0.0.1:64815_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{
   [junit4]   2>   "core":"testSelected1_shard1_replica_n2",
   [junit4]   2>   "base_url":"http://127.0.0.1:64950/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64950_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"

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

olr/collections/testSelected1/state.json
   [junit4]   2> 	4	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_0/state.json
   [junit4]   2> 	4	/solr/collections/testSelected3/state.json
   [junit4]   2> 	4	/solr/collections/testSelected2/state.json
   [junit4]   2> 	3	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_2/state.json
   [junit4]   2> 	3	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_3/state.json
   [junit4]   2> 	3	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_4/state.json
   [junit4]   2> 	3	/solr/collections/testNodeAdded/terms/shard1
   [junit4]   2> 	2	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/terms/shard2
   [junit4]   2> 	2	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_0/terms/shard1
   [junit4]   2> 	2	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/terms/shard1
   [junit4]   2> 	2	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_1/state.json
   [junit4]   2> 	2	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_0/terms/shard1
   [junit4]   2> 	2	/solr/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	127	/solr/collections/testSelected1/state.json
   [junit4]   2> 	117	/solr/collections/testSelected2/state.json
   [junit4]   2> 	114	/solr/collections/testSelected3/state.json
   [junit4]   2> 	52	/solr/aliases.json
   [junit4]   2> 	48	/solr/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2> 	46	/solr/collections/testNodeLostTriggerWithDeleteNodePreferredOp_0/state.json
   [junit4]   2> 	44	/solr/autoscaling.json
   [junit4]   2> 	42	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_2/state.json
   [junit4]   2> 	37	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_3/state.json
   [junit4]   2> 	32	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_4/state.json
   [junit4]   2> 	28	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_1/state.json
   [junit4]   2> 	27	/solr/clusterstate.json
   [junit4]   2> 	25	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_1/state.json
   [junit4]   2> 	24	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_2/state.json
   [junit4]   2> 	24	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_3/state.json
   [junit4]   2> 	24	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_4/state.json
   [junit4]   2> 	23	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_2/state.json
   [junit4]   2> 	23	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_3/state.json
   [junit4]   2> 	22	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_4/state.json
   [junit4]   2> 	22	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_1/state.json
   [junit4]   2> 	22	/solr/collections/testNodeAdded/state.json
   [junit4]   2> 	12	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOpReplicaType_1Shard_0/state.json
   [junit4]   2> 	11	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard_0/state.json
   [junit4]   2> 	11	/solr/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72273583620620309-127.0.0.1:65191_solr-n_0000000005
   [junit4]   2> 	3	/solr/overseer_elect/election/72273583620620327-127.0.0.1:65422_solr-n_0000000011
   [junit4]   2> 	2	/solr/overseer_elect/election/72273583620620303-127.0.0.1:64950_solr-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/72273583620620312-127.0.0.1:65226_solr-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/72273583620620297-127.0.0.1:64827_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72273583620620336-127.0.0.1:49161_solr-n_0000000014
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	548	/solr/overseer/queue
   [junit4]   2> 	275	/solr/live_nodes
   [junit4]   2> 	178	/solr/collections
   [junit4]   2> 	163	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/autoscaling/events/node_added_trigger
   [junit4]   2> 	9	/solr/autoscaling/events/node_lost_trigger
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1646382 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:64805
   [junit4]   2> 1646382 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64805
   [junit4]   2> 1646382 INFO  (SUITE-ComputePlanActionTest-seed#[3FCB0BEC195EB5CE]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64805
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.6-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ComputePlanActionTest_3FCB0BEC195EB5CE-001
   [junit4]   2> Jul 14, 2020 2:41:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=be, timezone=EST5EDT
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=182322576,total=512753664
   [junit4]   2> NOTE: All tests run in this JVM: [AsyncCallRequestStatusResponseTest, TestCustomDocTransformer, NodeAddedTriggerIntegrationTest, ShardRoutingCustomTest, RAMDirectoryFactoryTest, DistributedExpandComponentTest, TestUtilizeNode, CSVRequestHandlerTest, SolrMetricsIntegrationTest, TestFieldTypeCollectionResource, TestQueryingOnDownCollection, ConcurrentCreateCollectionTest, PingRequestHandlerTest, TestReversedWildcardFilterFactory, TaggerTest, SimpleMLTQParserTest, HDFSCollectionsAPITest, SynonymTokenizerTest, TestCloudPivotFacet, TestSolr4Spatial2, ConjunctionSolrSpellCheckerTest, ResponseLogComponentTest, TestStressLiveNodes, QueryParsingTest, TestTrieFacet, TestCoreDiscovery, TestSimpleTrackingShardHandler, SolrLogAuditLoggerPluginTest, RequiredFieldsTest, TestJsonRangeFacets, SuggesterFSTTest, LeaderFailoverAfterPartitionTest, DistribCursorPagingTest, BasicZkTest, TestQueryUtils, SolrCoreTest, SolrCloudExampleTest, AddReplicaTest, TestDistribIDF, DocValuesNotIndexedTest, SimpleFacetsTest, HLLUtilTest, CloudReplicaSourceTest, TestClusterStateMutator, DocValuesMultiTest, TestCursorMarkWithoutUniqueKey, BlockJoinFacetSimpleTest, TestMiniSolrCloudClusterSSL, TestIBSimilarityFactory, TriLevelCompositeIdRoutingTest, DefaultValueUpdateProcessorTest, TestDocSet, CategoryRoutedAliasUpdateProcessorTest, TestMacros, DistributedQueryElevationComponentTest, TestHttpServletCarrier, TestScoreJoinQPNoScore, TestMultiValuedNumericRangeQuery, AutoScalingHandlerTest, LoggingHandlerTest, ConfigSetsAPITest, TestSubQueryTransformerDistrib, TestSchemaVersionResource, SpellCheckCollatorWithCollapseTest, TestCopyFieldCollectionResource, TestHighFrequencyDictionaryFactory, SolrCloudReportersTest, TestSchemalessBufferedUpdates, AnalysisErrorHandlingTest, UUIDFieldTest, CopyFieldTest, TestEmbeddedSolrServerConstructors, MaxSizeAutoCommitTest, TestPerFieldSimilarity, PreAnalyzedUpdateProcessorTest, TestPartialUpdateDeduplication, RestoreTriggerStateTest, DirectSolrConnectionTest, CursorPagingTest, TestDelegationWithHadoopAuth, DistributedFacetPivotSmallTest, ReindexCollectionTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, AutoscalingHistoryHandlerTest, SolrPluginUtilsTest, TestOverriddenPrefixQueryForCustomFieldType, TestJsonFacetErrors, TestQuerySenderNoQuery, OverseerRolesTest, TestDistributedSearch, HttpPartitionWithTlogReplicasTest, MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, SplitShardTest, TestCloudConsistency, TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, TestTlogReplayVsRecovery, UnloadDistributedZkTest, TestCollectionsAPIViaSolrCloudCluster, ComputePlanActionTest]
   [junit4] Completed [570/914 (1!)] on J3 in 105.04s, 9 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 53276 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-MacOSX/125/consoleText

[repro] Revision: 2f50e5ddd90c8b9d5c3c9bbabe27c6f8cc5fadd9

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=ComputePlanActionTest -Dtests.method=testNodeAdded -Dtests.seed=3FCB0BEC195EB5CE -Dtests.slow=true -Dtests.locale=be -Dtests.timezone=EST5EDT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3467 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.ComputePlanActionTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=3FCB0BEC195EB5CE -Dtests.slow=true -Dtests.locale=be -Dtests.timezone=EST5EDT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 121 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[repro] Exiting with code 0

[...truncated 91 lines...]