Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/862/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

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




Build Log:
[...truncated 12393 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/init-core-data-001
   [junit4]   2> 830536 WARN  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 830537 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 830538 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 830538 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 830538 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001
   [junit4]   2> 830538 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 830539 INFO  (Thread-4869) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 830539 INFO  (Thread-4869) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 830541 ERROR (Thread-4869) [    ] 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> 830639 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38835
   [junit4]   2> 830643 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 830643 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 830643 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 830643 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@29a4c195{/solr,null,AVAILABLE}
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75d31fb8{/solr,null,AVAILABLE}
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@23e419b8{/solr,null,AVAILABLE}
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@f5e9f0b{HTTP/1.1,[http/1.1]}{127.0.0.1:45443}
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7bafa5c5{HTTP/1.1,[http/1.1]}{127.0.0.1:32959}
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.e.j.s.Server Started @832667ms
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.e.j.s.Server Started @832667ms
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45443}
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32959}
   [junit4]   2> 830644 ERROR (jetty-launcher-1370-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 830644 ERROR (jetty-launcher-1370-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 830644 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-20T09:21:15.407Z
   [junit4]   2> 830645 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 830645 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 830645 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 830645 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-20T09:21:15.408Z
   [junit4]   2> 830645 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@775093c2{HTTP/1.1,[http/1.1]}{127.0.0.1:34325}
   [junit4]   2> 830645 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.e.j.s.Server Started @832668ms
   [junit4]   2> 830645 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34325}
   [junit4]   2> 830645 ERROR (jetty-launcher-1370-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 830645 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 830646 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 830646 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 830646 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-20T09:21:15.409Z
   [junit4]   2> 830647 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 830647 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 830654 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38835/solr
   [junit4]   2> 830662 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 830677 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38835/solr
   [junit4]   2> 830680 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38835/solr
   [junit4]   2> 830707 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 830708 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45443_solr
   [junit4]   2> 830708 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.Overseer Overseer 
(id=99036015840591880-127.0.0.1:45443_solr-n_0000000000) starting
   [junit4]   2> 830708 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:32959_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 830709 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:32959_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32959_solr
   [junit4]   2> 830715 INFO  
(zkCallback-1388-thread-1-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 830715 INFO  
(zkCallback-1387-thread-1-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 830723 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:34325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 830724 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:34325_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 830725 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:34325_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34325_solr
   [junit4]   2> 830725 INFO  
(zkCallback-1387-thread-1-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 830725 INFO  
(zkCallback-1388-thread-1-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 830734 INFO  
(zkCallback-1380-thread-1-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 830736 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45443_solr
   [junit4]   2> 830750 INFO  
(zkCallback-1387-thread-1-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 830751 INFO  
(zkCallback-1380-thread-1-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 830762 INFO  
(zkCallback-1388-thread-1-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 830815 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:45443_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45443.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 830822 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:45443_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45443.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 830823 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:45443_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45443.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 830823 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node3/.
   [junit4]   2> 830870 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:32959_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32959.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 830877 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:32959_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32959.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 830878 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:32959_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32959.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 830879 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:32959_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node2/.
   [junit4]   2> 830909 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:34325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34325.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 830916 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:34325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34325.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 830916 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:34325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34325.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 830917 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:34325_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node1/.
   [junit4]   2> 830951 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 830951 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38835/solr ready
   [junit4]   2> 830963 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[D8EE46C75C33A05F]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 830964 INFO  (qtp864260037-11172) [n:127.0.0.1:32959_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:45443_solr,127.0.0.1:32959_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 830967 INFO  
(OverseerThreadFactory-3235-thread-1-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 831070 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32959/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 831070 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45443/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 831071 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32959/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 831072 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45443/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 831274 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 831274 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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> 831274 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 831274 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 831275 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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> 831275 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 831377 INFO  
(zkCallback-1387-thread-1-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_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> 831378 INFO  
(zkCallback-1388-thread-1-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 831378 INFO  
(zkCallback-1388-thread-2-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 831378 INFO  
(zkCallback-1387-thread-2-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_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> 831378 INFO  
(zkCallback-1388-thread-3-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 832283 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 832284 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 832307 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 832308 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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> 832312 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 832313 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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> 832314 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832315 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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> 832315 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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> 832328 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32959.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 832328 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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> 832328 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 832328 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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> 832328 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node2/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 832329 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32959.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 832329 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 832329 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node2/testSimple1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node2/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 832329 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832331 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832331 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832331 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45443.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 832331 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 832331 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node3/testSimple1_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 832331 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832331 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832332 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45443.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 832332 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 832332 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node3/testSimple1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 832372 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832372 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832373 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 832373 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 832374 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b4d1c42[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 832375 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832376 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832376 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832376 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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 1584576255375704064
   [junit4]   2> 832377 INFO  
(searcherExecutor-3244-thread-1-processing-n:127.0.0.1:45443_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:45443_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@7b4d1c42[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 832381 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832393 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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> 832393 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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> 832394 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 832394 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 832394 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832394 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832395 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 832395 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 832397 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ac7b5a6[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 832397 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4e2e5135[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 832397 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832398 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832398 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832398 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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 1584576255398772736
   [junit4]   2> 832400 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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> 832401 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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> 832401 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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> 832402 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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> 832402 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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> 832402 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832402 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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 1584576255402967040
   [junit4]   2> 832402 INFO  
(searcherExecutor-3245-thread-1-processing-n:127.0.0.1:45443_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:45443_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@6ac7b5a6[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 832403 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 832403 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 832404 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@580d8d55[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 832405 INFO  
(searcherExecutor-3242-thread-1-processing-n:127.0.0.1:32959_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:32959_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@4e2e5135[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 832405 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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> 832405 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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> 832406 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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> 832406 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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 1584576255407161344
   [junit4]   2> 832408 INFO  
(searcherExecutor-3243-thread-1-processing-n:127.0.0.1:32959_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:32959_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@580d8d55[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 832505 INFO  
(zkCallback-1387-thread-2-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_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> 832505 INFO  
(zkCallback-1388-thread-2-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 832505 INFO  
(zkCallback-1388-thread-3-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 832505 INFO  
(zkCallback-1387-thread-3-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_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> 832505 INFO  
(zkCallback-1388-thread-1-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 832882 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832882 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 832882 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45443/solr/testSimple1_shard2_replica_n6/
   [junit4]   2> 832882 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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=http://127.0.0.1:45443/solr START 
replicas=[http://127.0.0.1:32959/solr/testSimple1_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 832883 INFO  (qtp864260037-11166) [n:127.0.0.1:32959_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> 832902 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832902 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 832902 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45443/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 832903 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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=http://127.0.0.1:45443/solr START 
replicas=[http://127.0.0.1:32959/solr/testSimple1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 832903 INFO  (qtp864260037-11166) [n:127.0.0.1:32959_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> 833183 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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=http://127.0.0.1:45443/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 833183 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 833183 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 833183 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 833184 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45443/solr/testSimple1_shard2_replica_n6/ shard2
   [junit4]   2> 833203 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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=http://127.0.0.1:45443/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 833203 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 833203 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 833203 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 833204 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45443/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 833305 INFO  
(zkCallback-1387-thread-2-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_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> 833305 INFO  
(zkCallback-1388-thread-2-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 833305 INFO  
(zkCallback-1387-thread-3-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_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> 833305 INFO  
(zkCallback-1388-thread-3-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 833305 INFO  
(zkCallback-1388-thread-1-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 833335 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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> 833346 INFO  (qtp53235441-11156) [n:127.0.0.1:45443_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=2072
   [junit4]   2> 833355 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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> 833356 INFO  (qtp53235441-11178) [n:127.0.0.1:45443_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=2081
   [junit4]   2> 833410 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_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=2135
   [junit4]   2> 833410 INFO  (qtp864260037-11161) [n:127.0.0.1:32959_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=2135
   [junit4]   2> 833411 INFO  (qtp864260037-11172) [n:127.0.0.1:32959_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> 833510 INFO  
(zkCallback-1387-thread-2-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_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> 833510 INFO  
(zkCallback-1387-thread-3-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_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> 833510 INFO  
(zkCallback-1388-thread-2-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 833510 INFO  
(zkCallback-1388-thread-1-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 833510 INFO  
(zkCallback-1388-thread-3-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 834411 INFO  (qtp864260037-11172) [n:127.0.0.1:32959_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:45443_solr,127.0.0.1:32959_solr&wt=javabin&version=2}
 status=0 QTime=3447
   [junit4]   2> 834412 INFO  (qtp864260037-11173) [n:127.0.0.1:32959_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:32959_solr,127.0.0.1:34325_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 834413 INFO  
(OverseerThreadFactory-3235-thread-2-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSimple2
   [junit4]   2> 834413 INFO  
(OverseerCollectionConfigSetProcessor-99036015840591880-127.0.0.1:45443_solr-n_0000000000)
 [n:127.0.0.1:45443_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> 834618 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_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":"http://127.0.0.1:34325/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 834619 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_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":"http://127.0.0.1:32959/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 834819 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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> 834819 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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> 834820 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 834922 INFO  
(zkCallback-1388-thread-3-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 834922 INFO  
(zkCallback-1388-thread-2-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 834922 INFO  
(zkCallback-1380-thread-1-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_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> 834922 INFO  
(zkCallback-1380-thread-2-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_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> 835852 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 835852 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 835858 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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> 835858 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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> 835860 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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> 835860 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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> 835860 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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> 835860 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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> 835860 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34325.solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 835861 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 835861 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node1/testSimple2_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node1/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 835861 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32959.solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 835861 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 835861 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node2/testSimple2_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node2/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 835891 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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> 835891 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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> 835892 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 835892 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 835893 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36de5f73[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 835894 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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> 835894 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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> 835894 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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> 835894 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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> 835894 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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> 835894 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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 1584576259064594432
   [junit4]   2> 835895 INFO  
(searcherExecutor-3262-thread-1-processing-n:127.0.0.1:34325_solr 
x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) 
[n:127.0.0.1:34325_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@36de5f73[testSimple2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 835895 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 835895 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 835896 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47633dd3[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 835897 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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> 835897 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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> 835897 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 835897 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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> 835897 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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 1584576259067740160
   [junit4]   2> 835898 INFO  
(searcherExecutor-3263-thread-1-processing-n:127.0.0.1:32959_solr 
x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) 
[n:127.0.0.1:32959_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@47633dd3[testSimple2_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 835998 INFO  
(zkCallback-1380-thread-1-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_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> 835998 INFO  
(zkCallback-1380-thread-2-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_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> 835998 INFO  
(zkCallback-1388-thread-3-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 835998 INFO  
(zkCallback-1388-thread-2-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 836398 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 836398 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 836398 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34325/solr/testSimple2_shard1_replica_n1/
   [junit4]   2> 836398 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 
url=http://127.0.0.1:34325/solr START 
replicas=[http://127.0.0.1:32959/solr/testSimple2_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 836399 INFO  (qtp864260037-11164) [n:127.0.0.1:32959_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.S.Request [testSimple2_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 836698 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 
url=http://127.0.0.1:34325/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 836698 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 836698 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 836698 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 836700 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34325/solr/testSimple2_shard1_replica_n1/ shard1
   [junit4]   2> 836801 INFO  
(zkCallback-1380-thread-1-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_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> 836801 INFO  
(zkCallback-1380-thread-2-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_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> 836801 INFO  
(zkCallback-1388-thread-3-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 836801 INFO  
(zkCallback-1388-thread-2-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 836850 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 836859 INFO  (qtp627034876-11171) [n:127.0.0.1:34325_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=2039
   [junit4]   2> 836901 INFO  (qtp864260037-11158) [n:127.0.0.1:32959_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=2082
   [junit4]   2> 836902 INFO  (qtp864260037-11173) [n:127.0.0.1:32959_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> 837001 INFO  
(zkCallback-1388-thread-2-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 837001 INFO  
(zkCallback-1380-thread-1-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_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> 837001 INFO  
(zkCallback-1388-thread-3-processing-n:127.0.0.1:32959_solr) 
[n:127.0.0.1:32959_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> 837001 INFO  
(zkCallback-1380-thread-2-processing-n:127.0.0.1:34325_solr) 
[n:127.0.0.1:34325_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> 837902 INFO  (qtp864260037-11173) [n:127.0.0.1:32959_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:32959_solr,127.0.0.1:34325_solr&wt=javabin&version=2}
 status=0 QTime=3490
   [junit4]   2> 837903 INFO  (qtp864260037-11262) [n:127.0.0.1:32959_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:45443_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 837904 INFO  
(OverseerThreadFactory-3235-thread-3-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSimple3
   [junit4]   2> 837904 INFO  
(OverseerCollectionConfigSetProcessor-99036015840591880-127.0.0.1:45443_solr-n_0000000000)
 [n:127.0.0.1:45443_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> 838107 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_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":"http://127.0.0.1:45443/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 838107 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_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":"http://127.0.0.1:45443/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 838108 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"testSimple3_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45443/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 838309 INFO  (qtp53235441-11170) [n:127.0.0.1:45443_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple3_shard3_replica_n4&action=CREATE&numShards=3&collection=testSimple3&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 838310 INFO  (qtp53235441-11180) [n:127.0.0.1:45443_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple3_shard1_replica_n1&action=CREATE&numShards=3&collection=testSimple3&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 838310 INFO  (qtp53235441-11174) [n:127.0.0.1:45443_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple3_shard2_replica_n2&action=CREATE&numShards=3&collection=testSimple3&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 838412 INFO  
(zkCallback-1387-thread-3-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple3/state.json] for collection [testSimple3] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 838412 INFO  
(zkCallback-1387-thread-1-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple3/state.json] for collection [testSimple3] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 838412 INFO  
(zkCallback-1387-thread-2-processing-n:127.0.0.1:45443_solr) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple3/state.json] for collection [testSimple3] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 839695 ERROR (Finalizer) [    ] o.a.s.u.ConcurrentLFUCache 
ConcurrentLFUCache was not destroyed prior to finalize(), indicates a bug -- 
POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 839697 INFO  (qtp53235441-11170) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 839697 INFO  (qtp53235441-11180) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 839698 INFO  (qtp53235441-11174) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 839706 INFO  (qtp53235441-11180) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple3_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 839706 INFO  (qtp53235441-11174) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] 
o.a.s.s.IndexSchema [testSimple3_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 839717 INFO  (qtp53235441-11180) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 839717 INFO  (qtp53235441-11180) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard1_replica_n1' using 
configuration from collection testSimple3, trusted=true
   [junit4]   2> 839718 INFO  (qtp53235441-11180) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45443.solr.core.testSimple3.shard1.replica_n1' (registry 
'solr.core.testSimple3.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 839718 INFO  (qtp53235441-11180) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 839718 INFO  (qtp53235441-11180) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple3_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node3/testSimple3_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001/tempDir-001/node3/./testSimple3_shard1_replica_n1/data/]
   [junit4]   2> 839718 INFO  (qtp53235441-11170) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] 
o.a.s.s.IndexSchema [testSimple3_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 839718 INFO  (qtp53235441-11174) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 839718 INFO  (qtp53235441-11174) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard2_replica_n2' using 
configuration from collection testSimple3, trusted=true
   [junit4]   2> 839719 INFO  (qtp53235441-11174) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45443.solr.core.testSimple3.shard2.replica_n2' (registry 
'solr.core.testSimple3.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@349cdbcc
   [junit4]   2> 839719 INFO  (qtp53235441-11174) [n:127.0.0.1:45443_s

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

  2> 843173 INFO  (coreCloseExecutor-3311-thread-5) [n:127.0.0.1:45443_solr 
c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testSimple3.shard3.replica_n4, tag=204351164
   [junit4]   2> 843173 INFO  (coreCloseExecutor-3311-thread-5) 
[n:127.0.0.1:45443_solr c:testSimple3 s:shard3 r:core_node6 
x:testSimple3_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2ad368bc: rootName = 
solr_45443, domain = solr.core.testSimple3.shard3.replica_n4, service url = 
null, agent id = null] for registry solr.core.testSimple3.shard3.replica_n4 / 
com.codahale.metrics.MetricRegistry@642e107
   [junit4]   2> 843177 INFO  (coreCloseExecutor-3312-thread-3) 
[n:127.0.0.1:32959_solr c:testSimple2 s:shard1 r:core_node4 
x:testSimple2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple2.shard1.replica_n2, tag=74274088
   [junit4]   2> 843177 INFO  (coreCloseExecutor-3312-thread-3) 
[n:127.0.0.1:32959_solr c:testSimple2 s:shard1 r:core_node4 
x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@10a37583: rootName = 
solr_32959, domain = solr.core.testSimple2.shard1.replica_n2, service url = 
null, agent id = null] for registry solr.core.testSimple2.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@1c957ac2
   [junit4]   2> 843179 INFO  (coreCloseExecutor-3311-thread-4) 
[n:127.0.0.1:45443_solr c:testSimple3 s:shard1 r:core_node3 
x:testSimple3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple3.shard1.replica_n1, tag=97545674
   [junit4]   2> 843179 INFO  (coreCloseExecutor-3311-thread-4) 
[n:127.0.0.1:45443_solr c:testSimple3 s:shard1 r:core_node3 
x:testSimple3_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2f37b214: rootName = 
solr_45443, domain = solr.core.testSimple3.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.testSimple3.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@3d26aa2b
   [junit4]   2> 843184 INFO  (coreCloseExecutor-3312-thread-2) 
[n:127.0.0.1:32959_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple1.shard1.leader, tag=1623112551
   [junit4]   2> 843184 INFO  (coreCloseExecutor-3312-thread-3) 
[n:127.0.0.1:32959_solr c:testSimple2 s:shard1 r:core_node4 
x:testSimple2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple2.shard1.leader, tag=74274088
   [junit4]   2> 843185 INFO  (coreCloseExecutor-3311-thread-2) 
[n:127.0.0.1:45443_solr c:testSimple1 s:shard1 r:core_node5 
x:testSimple1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple1.shard1.replica_n2, tag=1302996587
   [junit4]   2> 843185 INFO  (coreCloseExecutor-3311-thread-2) 
[n:127.0.0.1:45443_solr c:testSimple1 s:shard1 r:core_node5 
x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f6ca878: rootName = 
solr_45443, domain = solr.core.testSimple1.shard1.replica_n2, service url = 
null, agent id = null] for registry solr.core.testSimple1.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@282038c
   [junit4]   2> 843187 INFO  (jetty-closer-1371-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@19f69815{/solr,null,UNAVAILABLE}
   [junit4]   2> 843190 INFO  (coreCloseExecutor-3311-thread-3) 
[n:127.0.0.1:45443_solr c:testSimple3 s:shard2 r:core_node5 
x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard2.leader, tag=598331089
   [junit4]   2> 843190 INFO  (coreCloseExecutor-3311-thread-5) 
[n:127.0.0.1:45443_solr c:testSimple3 s:shard3 r:core_node6 
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard3.leader, tag=204351164
   [junit4]   2> 843190 INFO  (coreCloseExecutor-3311-thread-4) 
[n:127.0.0.1:45443_solr c:testSimple3 s:shard1 r:core_node3 
x:testSimple3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard1.leader, tag=97545674
   [junit4]   2> 843190 INFO  (coreCloseExecutor-3311-thread-2) 
[n:127.0.0.1:45443_solr c:testSimple1 s:shard1 r:core_node5 
x:testSimple1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple1.shard1.leader, tag=1302996587
   [junit4]   2> 843191 INFO  (jetty-closer-1371-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99036015840591880-127.0.0.1:45443_solr-n_0000000000) closing
   [junit4]   2> 843191 WARN  
(OverseerAutoScalingTriggerThread-99036015840591880-127.0.0.1:45443_solr-n_0000000000)
 [n:127.0.0.1:45443_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 843191 INFO  
(OverseerStateUpdate-99036015840591880-127.0.0.1:45443_solr-n_0000000000) 
[n:127.0.0.1:45443_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45443_solr
   [junit4]   2> 843191 INFO  (jetty-closer-1371-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@23e419b8{/solr,null,UNAVAILABLE}
   [junit4]   2> 843192 ERROR 
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-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> 843192 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[D8EE46C75C33A05F]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38835 38835
   [junit4]   2> 848311 INFO  (Thread-4869) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38835 38835
   [junit4]   2> 848312 WARN  (Thread-4869) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/collections/testSimple1/state.json
   [junit4]   2>        20      /solr/collections/testSimple2/state.json
   [junit4]   2>        9       /solr/collections/testSimple3/state.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/99036015840591880-127.0.0.1:45443_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard1/election/99036015840591880-core_node5-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple2/leader_elect/shard1/election/99036015840591877-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard2/election/99036015840591880-core_node8-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_D8EE46C75C33A05F-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=mk, timezone=WET
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=250554520,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudSnapshots, 
HttpSolrCallGetCoreTest, TestDistributedGrouping, CoreAdminHandlerTest, 
TestCopyFieldCollectionResource, TestRawResponseWriter, 
TestNumericRangeQuery32, DirectSolrConnectionTest, BlockCacheTest, 
DistribJoinFromCollectionTest, HighlighterTest, NodeMutatorTest, 
CSVRequestHandlerTest, ReplicationFactorTest, TestCollapseQParserPlugin, 
DocValuesMissingTest, OverseerTest, TestHdfsCloudBackupRestore, 
QueryResultKeyTest, AsyncCallRequestStatusResponseTest, 
BaseCdcrDistributedZkTest, TestMaxTokenLenTokenizer, 
CdcrVersionReplicationTest, HLLSerializationTest, SystemInfoHandlerTest, 
TestCollectionsAPIViaSolrCloudCluster, BasicDistributedZk2Test, 
SystemLogListenerTest, StressHdfsTest, SuggesterTest, DeleteStatusTest, 
ExecutePlanActionTest, LeaderInitiatedRecoveryOnCommitTest, OverseerStatusTest, 
TestStreamBody, TestClassicSimilarityFactory, BlockJoinFacetSimpleTest, 
TestExtendedDismaxParser, EchoParamsTest, TestCloudSearcherWarming, 
TestCustomDocTransformer, MoveReplicaHDFSTest, TestSchemaSimilarityResource, 
SolrTestCaseJ4Test, ZkNodePropsTest, TestRequestForwarding, 
TestUninvertingReader, ReturnFieldsTest, TestLeaderInitiatedRecoveryThread, 
TestJsonRequest, CoreAdminCreateDiscoverTest, FileBasedSpellCheckerTest, 
SuggestComponentTest, TestLRUStatsCache, TestCoreDiscovery, 
VMParamsZkACLAndCredentialsProvidersTest, TestFunctionQuery, TestCharFilters, 
TestLMJelinekMercerSimilarityFactory, TestSolrCLIRunExample, 
TestManagedSchemaAPI, LoggingHandlerTest, BadComponentTest, SuggesterWFSTTest, 
TestHdfsUpdateLog, ClusterStateTest, TestReload, TestSolrCoreProperties, 
TestFieldCache, DefaultValueUpdateProcessorTest, DirectoryFactoryTest, 
TestLFUCache, MetricUtilsTest, TestSimpleQParserPlugin, 
TestCorePropertiesReload, TestCSVResponseWriter, TestImplicitCoreProperties, 
TestImpersonationWithHadoopAuth, V2ApiIntegrationTest, 
TestLegacyNumericRangeQueryBuilder, TestSolrQueryResponse, 
AutoAddReplicasPlanActionTest]
   [junit4] Completed [247/749 (1!)] on J2 in 17.79s, 1 test, 1 error <<< 
FAILURES!

[...truncated 49020 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to