Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/457/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
No live SolrServers available to handle this 
request:[https://127.0.0.1:60090/solr]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[https://127.0.0.1:60090/solr]
        at 
__randomizedtesting.SeedInfo.seed([85FAD57C63FD7C2D:BD49F182440EA8FC]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: https://127.0.0.1:60090/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        ... 43 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:60090 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 47 more


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

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

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




Build Log:
[...truncated 12117 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/init-core-data-001
   [junit4]   2> 61849 WARN  
(SUITE-AutoAddReplicasPlanActionTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 61850 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 61850 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 61851 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 61851 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001
   [junit4]   2> 61851 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 61851 INFO  (Thread-100) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 61852 INFO  (Thread-100) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 61854 ERROR (Thread-100) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 61952 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:60086
   [junit4]   2> 61962 INFO  (zkConnectionManagerCallback-286-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 61977 INFO  (jetty-launcher-283-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 61977 INFO  (jetty-launcher-283-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 61977 INFO  (jetty-launcher-283-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 61979 INFO  (jetty-launcher-283-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 61979 INFO  (jetty-launcher-283-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 61979 INFO  (jetty-launcher-283-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 61980 INFO  (jetty-launcher-283-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7098b5df{/solr,null,AVAILABLE}
   [junit4]   2> 61980 INFO  (jetty-launcher-283-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 61980 INFO  (jetty-launcher-283-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 61980 INFO  (jetty-launcher-283-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 61981 INFO  (jetty-launcher-283-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ab9d4c1{/solr,null,AVAILABLE}
   [junit4]   2> 61982 INFO  (jetty-launcher-283-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@31016932{SSL,[ssl, 
http/1.1]}{127.0.0.1:60089}
   [junit4]   2> 61982 INFO  (jetty-launcher-283-thread-3) [    ] 
o.e.j.s.Server Started @64059ms
   [junit4]   2> 61982 INFO  (jetty-launcher-283-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60089}
   [junit4]   2> 61983 ERROR (jetty-launcher-283-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 61983 INFO  (jetty-launcher-283-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 61983 INFO  (jetty-launcher-283-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 61983 INFO  (jetty-launcher-283-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 61983 INFO  (jetty-launcher-283-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 61983 INFO  (jetty-launcher-283-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 61983 INFO  (jetty-launcher-283-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-17T08:58:27.862343Z
   [junit4]   2> 61983 INFO  (jetty-launcher-283-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 61984 INFO  (jetty-launcher-283-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@62397110{SSL,[ssl, 
http/1.1]}{127.0.0.1:60088}
   [junit4]   2> 61984 INFO  (jetty-launcher-283-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6dbc02c{/solr,null,AVAILABLE}
   [junit4]   2> 61984 INFO  (jetty-launcher-283-thread-2) [    ] 
o.e.j.s.Server Started @64060ms
   [junit4]   2> 61984 INFO  (jetty-launcher-283-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60088}
   [junit4]   2> 61984 ERROR (jetty-launcher-283-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 61984 INFO  (jetty-launcher-283-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 61984 INFO  (jetty-launcher-283-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 61984 INFO  (jetty-launcher-283-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 61984 INFO  (jetty-launcher-283-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-17T08:58:27.863877Z
   [junit4]   2> 61985 INFO  (jetty-launcher-283-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1b7581d1{SSL,[ssl, 
http/1.1]}{127.0.0.1:60090}
   [junit4]   2> 61985 INFO  (jetty-launcher-283-thread-1) [    ] 
o.e.j.s.Server Started @64062ms
   [junit4]   2> 61985 INFO  (jetty-launcher-283-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60090}
   [junit4]   2> 61985 ERROR (jetty-launcher-283-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 61985 INFO  (jetty-launcher-283-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 61985 INFO  (jetty-launcher-283-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 61985 INFO  (jetty-launcher-283-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 61986 INFO  (jetty-launcher-283-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-17T08:58:27.864973Z
   [junit4]   2> 61988 INFO  (zkConnectionManagerCallback-288-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 61990 INFO  (jetty-launcher-283-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 61990 INFO  (zkConnectionManagerCallback-290-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 61990 INFO  (zkConnectionManagerCallback-292-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 61992 INFO  (jetty-launcher-283-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 61992 INFO  (jetty-launcher-283-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 62000 INFO  (jetty-launcher-283-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60086/solr
   [junit4]   2> 62004 INFO  (jetty-launcher-283-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60086/solr
   [junit4]   2> 62006 INFO  (zkConnectionManagerCallback-296-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62007 INFO  (jetty-launcher-283-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60086/solr
   [junit4]   2> 62008 INFO  (zkConnectionManagerCallback-300-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62014 INFO  (zkConnectionManagerCallback-304-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62032 INFO  
(zkConnectionManagerCallback-306-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62032 INFO  
(zkConnectionManagerCallback-308-thread-1-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62047 INFO  
(zkConnectionManagerCallback-310-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62233 INFO  (jetty-launcher-283-thread-2) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 62233 INFO  (jetty-launcher-283-thread-1) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 62234 INFO  (jetty-launcher-283-thread-3) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 62235 INFO  (jetty-launcher-283-thread-1) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60090_solr
   [junit4]   2> 62235 INFO  (jetty-launcher-283-thread-2) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60088_solr
   [junit4]   2> 62236 INFO  (jetty-launcher-283-thread-3) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60089_solr
   [junit4]   2> 62237 INFO  (jetty-launcher-283-thread-1) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.Overseer Overseer 
(id=72075041458290697-127.0.0.1:60090_solr-n_0000000000) starting
   [junit4]   2> 62275 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 62281 INFO  
(zkCallback-307-thread-1-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 62282 INFO  
(zkCallback-309-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 62296 INFO  (jetty-launcher-283-thread-1) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60090_solr
   [junit4]   2> 62298 INFO  
(zkCallback-309-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 62298 INFO  
(zkCallback-307-thread-1-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 62298 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 62312 INFO  (jetty-launcher-283-thread-2) 
[n:127.0.0.1:60088_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60088.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 62320 INFO  (jetty-launcher-283-thread-3) 
[n:127.0.0.1:60089_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60089.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 62329 INFO  (jetty-launcher-283-thread-2) 
[n:127.0.0.1:60088_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60088.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 62330 INFO  (jetty-launcher-283-thread-2) 
[n:127.0.0.1:60088_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60088.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 62331 INFO  (jetty-launcher-283-thread-2) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node2/.
   [junit4]   2> 62331 INFO  (jetty-launcher-283-thread-3) 
[n:127.0.0.1:60089_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60089.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 62331 INFO  (jetty-launcher-283-thread-3) 
[n:127.0.0.1:60089_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60089.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 62332 INFO  (jetty-launcher-283-thread-3) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node3/.
   [junit4]   2> 62340 INFO  (jetty-launcher-283-thread-1) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60090.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 62349 INFO  (jetty-launcher-283-thread-1) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60090.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 62350 INFO  (jetty-launcher-283-thread-1) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60090.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 62351 INFO  (jetty-launcher-283-thread-1) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node1/.
   [junit4]   2> 62450 INFO  (zkConnectionManagerCallback-318-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62459 INFO  (zkConnectionManagerCallback-322-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 62461 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 62462 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60086/solr ready
   [junit4]   2> 62485 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[85FAD57C63FD7C2D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 62501 INFO  (qtp1373318672-922) [n:127.0.0.1:60088_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:60090_solr,127.0.0.1:60088_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 62504 INFO  
(OverseerThreadFactory-331-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 62629 INFO  
(OverseerStateUpdate-72075041458290697-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:60090/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 62633 INFO  
(OverseerStateUpdate-72075041458290697-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:60088/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 62637 INFO  
(OverseerStateUpdate-72075041458290697-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:60090/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 62642 INFO  
(OverseerStateUpdate-72075041458290697-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:60088/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 62867 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 62867 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 62867 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 62872 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 62872 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 62873 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 62989 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 62989 INFO  
(zkCallback-309-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 62989 INFO  
(zkCallback-305-thread-2-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 62990 INFO  
(zkCallback-309-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 63908 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 63908 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 63914 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 63916 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 63925 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 63926 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 63926 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 63928 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 63928 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 63932 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60088.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 63932 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 63932 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node2/testSimple1_shard2_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 63935 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 63936 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 63936 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 63937 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 63937 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 63938 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60090.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 63938 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 63938 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 63938 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 63938 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 63939 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60088.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 63939 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 63939 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node2/testSimple1_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 63940 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60090.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 63940 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 63940 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 64031 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 64031 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 64050 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 64050 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 64066 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 64066 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 64068 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 64069 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 64075 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@711b664b[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 64076 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 64076 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 64076 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 64077 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 64077 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 64077 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 64078 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 64078 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592637951791071232
   [junit4]   2> 64084 INFO  
(searcherExecutor-336-thread-1-processing-n:127.0.0.1:60088_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:60088_solr c:testSimple1 s:shard2 r:core_node8 
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n6] Registered new searcher 
Searcher@711b664b[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 64097 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b578717[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 64098 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 64099 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 64100 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 64101 INFO  
(searcherExecutor-339-thread-1-processing-n:127.0.0.1:60090_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:60090_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n4] Registered new searcher 
Searcher@2b578717[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 64101 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@52701b24[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 64101 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592637951815188480
   [junit4]   2> 64104 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 64105 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 64105 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 64106 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 64108 INFO  
(searcherExecutor-338-thread-1-processing-n:127.0.0.1:60088_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:60088_solr c:testSimple1 s:shard1 r:core_node5 
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n2] Registered new searcher 
Searcher@52701b24[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 64108 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592637951822528512
   [junit4]   2> 64126 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 64127 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 64127 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 64128 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 64129 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 64147 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@46a763ff[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 64150 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 64150 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 64151 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 64151 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592637951867617280
   [junit4]   2> 64152 INFO  
(searcherExecutor-337-thread-1-processing-n:127.0.0.1:60090_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:60090_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n1] Registered new searcher 
Searcher@46a763ff[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 64229 INFO  
(zkCallback-309-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 64229 INFO  
(zkCallback-309-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 64229 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 64229 INFO  
(zkCallback-305-thread-2-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 64608 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 64608 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 64608 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:60088/solr/testSimple1_shard2_replica_n6/
   [junit4]   2> 64609 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 
url=https://127.0.0.1:60088/solr START 
replicas=[https://127.0.0.1:60090/solr/testSimple1_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 64618 INFO  (qtp2115799555-934) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.S.Request [testSimple1_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 64633 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 64633 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 64633 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:60088/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 64633 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 
url=https://127.0.0.1:60088/solr START 
replicas=[https://127.0.0.1:60090/solr/testSimple1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 64635 INFO  (qtp2115799555-941) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 64919 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 
url=https://127.0.0.1:60088/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 64919 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 64919 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 64919 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 64927 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:60088/solr/testSimple1_shard2_replica_n6/ shard2
   [junit4]   2> 64943 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 
url=https://127.0.0.1:60088/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 64944 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 64944 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 64944 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 64951 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:60088/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 65053 INFO  
(zkCallback-309-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 65053 INFO  
(zkCallback-309-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 65053 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 65053 INFO  
(zkCallback-305-thread-2-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 65059 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 65062 INFO  (qtp1373318672-919) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2194
   [junit4]   2> 65088 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 65091 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2224
   [junit4]   2> 65119 INFO  (qtp2115799555-938) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2246
   [junit4]   2> 65171 INFO  (qtp2115799555-940) [n:127.0.0.1:60090_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2299
   [junit4]   2> 65177 INFO  (qtp1373318672-922) [n:127.0.0.1:60088_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 65277 INFO  
(zkCallback-309-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 65277 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 65277 INFO  
(zkCallback-309-thread-3-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 65277 INFO  
(zkCallback-305-thread-2-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 66185 INFO  (qtp1373318672-922) [n:127.0.0.1:60088_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:60090_solr,127.0.0.1:60088_solr&wt=javabin&version=2}
 status=0 QTime=3684
   [junit4]   2> 66187 INFO  (qtp1373318672-923) [n:127.0.0.1:60088_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60088_solr,127.0.0.1:60089_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 66191 INFO  
(OverseerThreadFactory-331-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple2
   [junit4]   2> 66192 INFO  
(OverseerCollectionConfigSetProcessor-72075041458290697-127.0.0.1:60090_solr-n_0000000000)
 [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 66413 INFO  
(OverseerStateUpdate-72075041458290697-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:60088/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 66418 INFO  
(OverseerStateUpdate-72075041458290697-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:60089/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 66625 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 66640 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 66641 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 66759 INFO  
(zkCallback-305-thread-2-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 66759 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 66759 INFO  
(zkCallback-307-thread-1-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 66759 INFO  
(zkCallback-307-thread-2-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 67652 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 67658 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 67660 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 67663 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 67663 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 67663 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60088.solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 67663 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 67663 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node2/testSimple2_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 67664 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 67666 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 67666 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 67667 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60089.solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@66a8a3d8
   [junit4]   2> 67667 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 67667 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node3/testSimple2_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_85FAD57C63FD7C2D-001/tempDir-001/node3/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 67735 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 67735 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 67736 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 67736 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 67737 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 67738 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 67738 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 67738 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 67740 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@654e0743[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 67741 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 67742 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 67743 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 67743 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592637955634102272
   [junit4]   2> 67746 INFO  
(searcherExecutor-357-thread-1-processing-n:127.0.0.1:60089_solr 
x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) 
[n:127.0.0.1:60089_solr c:testSimple2 s:shard1 r:core_node4 
x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore 
[testSimple2_shard1_replica_n2] Registered new searcher 
Searcher@654e0743[testSimple2_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 67746 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17bb7d19[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 67748 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 67749 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 67749 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 67750 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592637955641442304
   [junit4]   2> 67751 INFO  
(searcherExecutor-356-thread-1-processing-n:127.0.0.1:60088_solr 
x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) 
[n:127.0.0.1:60088_solr c:testSimple2 s:shard1 r:core_node3 
x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore 
[testSimple2_shard1_replica_n1] Registered new searcher 
Searcher@17bb7d19[testSimple2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 67754 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 67762 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 67762 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 67762 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:60089/solr/testSimple2_shard1_replica_n2/
   [junit4]   2> 67762 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 
url=https://127.0.0.1:60089/solr START 
replicas=[https://127.0.0.1:60088/solr/testSimple2_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 67769 INFO  (qtp1373318672-921) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.S.Request [testSimple2_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 67864 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 67864 INFO  
(zkCallback-307-thread-1-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 67864 INFO  
(zkCallback-305-thread-2-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 67864 INFO  
(zkCallback-307-thread-2-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68072 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 
url=https://127.0.0.1:60089/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 68072 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 68073 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 68073 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 68080 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:60089/solr/testSimple2_shard1_replica_n2/ shard1
   [junit4]   2> 68185 INFO  
(zkCallback-307-thread-2-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68186 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68186 INFO  
(zkCallback-307-thread-1-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68185 INFO  
(zkCallback-305-thread-2-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68239 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 68241 INFO  (qtp289080492-925) [n:127.0.0.1:60089_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1601
   [junit4]   2> 68347 INFO  
(zkCallback-305-thread-2-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68347 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68347 INFO  
(zkCallback-307-thread-2-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68347 INFO  
(zkCallback-307-thread-1-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68774 INFO  (qtp1373318672-926) [n:127.0.0.1:60088_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2150
   [junit4]   2> 68779 INFO  (qtp1373318672-923) [n:127.0.0.1:60088_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 68886 INFO  
(zkCallback-305-thread-1-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68887 INFO  
(zkCallback-305-thread-2-processing-n:127.0.0.1:60088_solr) 
[n:127.0.0.1:60088_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68887 INFO  
(zkCallback-307-thread-1-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 68887 INFO  
(zkCallback-307-thread-2-processing-n:127.0.0.1:60089_solr) 
[n:127.0.0.1:60089_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 69780 INFO  (qtp1373318672-923) [n:127.0.0.1:60088_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60088_solr,127.0.0.1:60089_solr&wt=javabin&version=2}
 status=0 QTime=3592
   [junit4]   2> 69782 INFO  (qtp1373318672-929) [n:127.0.0.1:60088_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:60090_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 69785 INFO  
(OverseerThreadFactory-331-thread-3-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple3
   [junit4]   2> 69785 INFO  
(OverseerCollectionConfigSetProcessor-72075041458290697-127.0.0.1:60090_solr-n_0000000000)
 [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 70006 INFO  
(OverseerStateUpdate-72075041458290697-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple3_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:60090/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 70014 INFO  
(OverseerStateUpdate-72075041458290697-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple3_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:60090/solr";,
   [junit4]   2>   "type":"NRT",
 

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

StateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2>        at 
java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4724)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
   [junit4]   2>        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1684273 INFO  (jetty-closer-3610-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5b6b306d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1684274 INFO  (jetty-closer-3610-thread-4) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1684570 INFO  (jetty-closer-3610-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@67e82b14{/solr,null,UNAVAILABLE}
   [junit4]   2> 1684571 INFO  (jetty-closer-3610-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4cda3c57{/solr,null,UNAVAILABLE}
   [junit4]   2> 1684571 INFO  (jetty-closer-3610-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1684571 INFO  (jetty-closer-3610-thread-3) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1684573 ERROR 
(SUITE-AutoscalingHistoryHandlerTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1684573 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[85FAD57C63FD7C2D]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:50898 50898
   [junit4]   2> 1684587 INFO  (Thread-2972) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:50898 50898
   [junit4]   2> 1684671 WARN  (Thread-2972) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        10      
/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2>        9       /solr/collections/.system/terms/shard1
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/configs/.system
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2>        3       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        25      /solr/collections/.system/state.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_85FAD57C63FD7C2D-001
   [junit4]   2> Feb 17, 2018 9:25:30 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{action_s=PostingsFormat(name=Memory), 
event.source_s=BlockTreeOrds(blocksize=128), type=PostingsFormat(name=Memory), 
before.actions_ss=BlockTreeOrds(blocksize=128), 
event.property._enqueue_time__ss=PostingsFormat(name=Memory), 
after.actions_ss=PostingsFormat(name=Asserting), 
stage_s=PostingsFormat(name=Memory), event.id_s=Lucene50(blocksize=128), 
event.property.eventTimes_ss=PostingsFormat(name=Memory), 
source_s=Lucene50(blocksize=128), event.type_s=PostingsFormat(name=Memory), 
id=Lucene50(blocksize=128), 
event.property.nodeNames_ss=PostingsFormat(name=Memory)}, 
docValues:{_version_=DocValuesFormat(name=Asserting), 
event.time_l=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1690, 
maxMBSortInHeap=5.696346498211999, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-HK, timezone=Europe/Vilnius
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=194529408,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TolerantUpdateProcessorTest, 
NoCacheHeaderTest, BlockJoinFacetRandomTest, TestCryptoKeys, 
SpellCheckCollatorWithCollapseTest, HdfsLockFactoryTest, 
TestLuceneMatchVersion, BlobRepositoryCloudTest, TestDocSet, 
XsltUpdateRequestHandlerTest, IndexSchemaTest, AutoAddReplicasPlanActionTest, 
TestSimpleTextCodec, DOMUtilTest, V2ApiIntegrationTest, 
TestRequestStatusCollectionAPI, TestIndexingPerformance, DocValuesMissingTest, 
TestFieldTypeCollectionResource, TestIntervalFaceting, AnalyticsQueryTest, 
TestClusterProperties, TestQuerySenderListener, TestBlobHandler, 
TestReversedWildcardFilterFactory, RestartWhileUpdatingTest, 
TestNamedUpdateProcessors, TestMacroExpander, HighlighterConfigTest, 
TestStressReorder, ClassificationUpdateProcessorFactoryTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestComputePlanAction, 
TestFreeTextSuggestions, PrimUtilsTest, TestInitQParser, DistanceUnitsTest, 
TestStressVersions, TestNumericTokenStream, SortSpecParsingTest, SparseHLLTest, 
TestNonDefinedSimilarityFactory, ResponseLogComponentTest, TestConfig, 
TestConfigSetProperties, TestDirectoryFactory, TestFastWriter, 
DistributedTermsComponentTest, TestBlendedInfixSuggestions, 
TestSchemaNameResource, AddBlockUpdateTest, TestReplicationHandlerBackup, 
TestRandomRequestDistribution, RequestHandlersTest, 
ExitableDirectoryReaderTest, CurrencyFieldTypeTest, TestManagedResourceStorage, 
CircularListTest, SolrCoreCheckLockOnStartupTest, UUIDFieldTest, 
DebugComponentTest, TestCrossCoreJoin, 
LeaderInitiatedRecoveryOnShardRestartTest, CoreAdminRequestStatusTest, 
MinimalSchemaTest, MoveReplicaHDFSFailoverTest, 
UninvertDocValuesMergePolicyTest, BaseCdcrDistributedZkTest, 
TestStressUserVersions, NotRequiredUniqueKeyTest, 
HdfsChaosMonkeyNothingIsSafeTest, DistributedFacetPivotSmallAdvancedTest, 
DistributedSpellCheckComponentTest, TestXmlQParser, 
CollectionsAPIAsyncDistributedZkTest, DefaultValueUpdateProcessorTest, 
DocValuesTest, ReplaceNodeTest, DistribDocExpirationUpdateProcessorTest, 
PKIAuthenticationIntegrationTest, ComputePlanActionTest, TestLegacyTerms, 
ZkStateWriterTest, TestSegmentSorting, TestSubQueryTransformer, 
TestGraphTermsQParserPlugin, ScriptEngineTest, OverseerModifyCollectionTest, 
CachingDirectoryFactoryTest, SolrCloudExampleTest, HttpPartitionOnCommitTest, 
TestSolrQueryResponse, TestLuceneIndexBackCompat, DocValuesMultiTest, 
TestCollationFieldDocValues, TestImpersonationWithHadoopAuth, 
TestSolrCloudWithDelegationTokens, TestCloudInspectUtil, TestWriterPerf, 
TestFieldCollectionResource, ClusterStateUpdateTest, ChaosMonkeySafeLeaderTest, 
MigrateRouteKeyTest, TestJettySolrRunner, 
ConcurrentDeleteAndCreateCollectionTest, EchoParamsTest, 
ReplicaListTransformerTest, SimpleCollectionCreateDeleteTest, 
SolrCoreMetricManagerTest, TestSimpleQParserPlugin, TestManagedSchema, 
SharedFSAutoReplicaFailoverTest, PeerSyncWithIndexFingerprintCachingTest, 
JavabinLoaderTest, BadIndexSchemaTest, NodeMutatorTest, TriggerIntegrationTest, 
FullSolrCloudDistribCmdsTest, LIRRollingUpdatesTest, MetricTriggerTest, 
TestPushWriter, ResponseHeaderTest, SystemInfoHandlerTest, TestBulkSchemaAPI, 
QueryParsingTest, CloudMLTQParserTest, TestComplexPhraseQParserPlugin, 
BufferStoreTest, TestMaxScoreQueryParser, TestValueSourceCache, 
HdfsBasicDistributedZk2Test, TestInPlaceUpdatesStandalone, TestHashPartitioner, 
TestRestoreCore, TestLargeCluster, TestFuzzyAnalyzedSuggestions, 
TestSizeLimitedDistributedMap, TestReloadDeadlock, TestSQLHandlerNonCloud, 
TestSubQueryTransformerDistrib, TestLMDirichletSimilarityFactory, 
SliceStateTest, JsonLoaderTest, DistributedExpandComponentTest, 
SimplePostToolTest, HdfsRecoveryZkTest, TestSchemaSimilarityResource, 
TestNumericTerms64, DistributedFacetPivotLargeTest, 
TestSolrConfigHandlerConcurrent, TestCollectionsAPIViaSolrCloudCluster, 
TestJsonFacets, ParsingFieldUpdateProcessorsTest, TestFieldCacheSort, 
TestTlogReplica, SSLMigrationTest, TestCloudRecovery, TestRawTransformer, 
CollectionStateFormat2Test, TestDistributedSearch, TestZkAclsWithHadoopAuth, 
TestRandomDVFaceting, TestSortableTextField, VersionInfoTest, 
DistributedFacetPivotWhiteBoxTest, TestExecutePlanAction, 
TermVectorComponentTest, HdfsCollectionsAPIDistributedZkTest, 
TlogReplayBufferedWhileIndexingTest, SegmentsInfoRequestHandlerTest, 
SolrJmxReporterCloudTest, TestWordDelimiterFilterFactory, TestSchemaManager, 
InfoHandlerTest, TestLocalFSCloudBackupRestore, SuggesterWFSTTest, 
TestSolrCoreProperties, OverseerStatusTest, SpellCheckComponentTest, 
AutoscalingHistoryHandlerTest]
   [junit4] Completed [384/777 (2!)] on J1 in 16.35s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 42486 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to