Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/643/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC --illegal-access=deny

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:42345/solr]
        at 
__randomizedtesting.SeedInfo.seed([40CA4C98A376A311:78796866848577C0]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: http://127.0.0.1:42345/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:640)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        ... 43 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:42345 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:525)
        ... 47 more




Build Log:
[...truncated 13322 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> 2453538 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_40CA4C98A376A311-001/init-core-data-001
   [junit4]   2> 2453539 WARN  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=148 numCloses=148
   [junit4]   2> 2453539 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2453539 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2453539 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-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_40CA4C98A376A311-001/tempDir-001
   [junit4]   2> 2453539 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2453540 INFO  (Thread-8877) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2453540 INFO  (Thread-8877) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2453541 ERROR (Thread-8877) [    ] 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> 2453640 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46265
   [junit4]   2> 2453646 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2453646 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2453646 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2453648 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f0cae0c{/solr,null,AVAILABLE}
   [junit4]   2> 2453648 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3d68d131{/solr,null,AVAILABLE}
   [junit4]   2> 2453648 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@489b8c95{/solr,null,AVAILABLE}
   [junit4]   2> 2453650 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5c44d8c5{HTTP/1.1,[http/1.1]}{127.0.0.1:42061}
   [junit4]   2> 2453650 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@78fdee0{HTTP/1.1,[http/1.1]}{127.0.0.1:42345}
   [junit4]   2> 2453650 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.e.j.s.Server Started @2455276ms
   [junit4]   2> 2453650 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.e.j.s.Server Started @2455277ms
   [junit4]   2> 2453650 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42061}
   [junit4]   2> 2453650 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42345}
   [junit4]   2> 2453650 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@156ae6ce{HTTP/1.1,[http/1.1]}{127.0.0.1:39663}
   [junit4]   2> 2453651 ERROR (jetty-launcher-6077-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2453651 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.e.j.s.Server Started @2455277ms
   [junit4]   2> 2453651 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 2453651 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39663}
   [junit4]   2> 2453651 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2453651 ERROR (jetty-launcher-6077-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2453651 ERROR (jetty-launcher-6077-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2453651 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 2453651 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 2453652 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2453652 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2453652 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2453652 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2453652 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-21T17:47:26.241375Z
   [junit4]   2> 2453652 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-21T17:47:26.241471Z
   [junit4]   2> 2453651 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2453652 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-21T17:47:26.241750Z
   [junit4]   2> 2453654 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2453654 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2453655 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2453663 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46265/solr
   [junit4]   2> 2453664 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46265/solr
   [junit4]   2> 2453664 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46265/solr
   [junit4]   2> 2453722 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2453722 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2453722 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2453722 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39663_solr
   [junit4]   2> 2453722 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42061_solr
   [junit4]   2> 2453722 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42345_solr
   [junit4]   2> 2453722 INFO  (zkCallback-6092-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2453722 INFO  (zkCallback-6094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2453722 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2453722 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98868136911110152-127.0.0.1:39663_solr-n_0000000000) starting
   [junit4]   2> 2453725 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39663_solr
   [junit4]   2> 2453725 INFO  (zkCallback-6094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2453725 INFO  (zkCallback-6092-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2453725 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2453753 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42061.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2453756 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39663.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2453758 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42061.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2453758 INFO  (jetty-launcher-6077-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42061.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2453759 INFO  (jetty-launcher-6077-thread-3) [    ] 
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_40CA4C98A376A311-001/tempDir-001/node3/.
   [junit4]   2> 2453761 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39663.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2453761 INFO  (jetty-launcher-6077-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39663.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2453762 INFO  (jetty-launcher-6077-thread-2) [    ] 
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_40CA4C98A376A311-001/tempDir-001/node2/.
   [junit4]   2> 2453764 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42345.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2453768 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42345.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2453769 INFO  (jetty-launcher-6077-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42345.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2453769 INFO  (jetty-launcher-6077-thread-1) [    ] 
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_40CA4C98A376A311-001/tempDir-001/node1/.
   [junit4]   2> 2453807 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2453807 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46265/solr ready
   [junit4]   2> 2453813 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 2453815 INFO  (qtp1796254452-34284) [    ] 
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:42061_solr,127.0.0.1:42345_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2453816 INFO  (OverseerThreadFactory-10096-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 2453921 INFO  
(OverseerStateUpdate-98868136911110152-127.0.0.1:39663_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42345/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2453923 INFO  
(OverseerStateUpdate-98868136911110152-127.0.0.1:39663_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42061/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2453924 INFO  
(OverseerStateUpdate-98868136911110152-127.0.0.1:39663_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42345/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2453926 INFO  
(OverseerStateUpdate-98868136911110152-127.0.0.1:39663_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42061/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2454135 INFO  (qtp1035176089-34281) [    ] 
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> 2454135 INFO  (qtp1035176089-34281) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2454135 INFO  (qtp1035176089-34266) [    ] 
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> 2454135 INFO  (qtp593177814-34268) [    ] 
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> 2454136 INFO  (qtp593177814-34268) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2454137 INFO  (qtp593177814-34271) [    ] 
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> 2454252 INFO  (zkCallback-6092-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2454252 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2455145 INFO  (qtp1035176089-34266) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2455146 INFO  (qtp593177814-34271) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2455167 INFO  (qtp1035176089-34266) [    ] o.a.s.s.IndexSchema 
[testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 2455168 INFO  (qtp593177814-34271) [    ] o.a.s.s.IndexSchema 
[testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 2455170 INFO  (qtp1035176089-34266) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2455170 INFO  (qtp593177814-34271) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2455170 INFO  (qtp1035176089-34266) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 2455171 INFO  (qtp593177814-34271) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 2455171 INFO  (qtp1035176089-34266) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42345.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2455171 INFO  (qtp593177814-34271) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42061.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2455171 INFO  (qtp1035176089-34266) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2455171 INFO  (qtp593177814-34268) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2455171 INFO  (qtp1035176089-34266) [    ] 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_40CA4C98A376A311-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_40CA4C98A376A311-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 2455171 INFO  (qtp593177814-34271) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2455172 INFO  (qtp593177814-34271) [    ] 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_40CA4C98A376A311-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_40CA4C98A376A311-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 2455176 INFO  (qtp1035176089-34281) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2455179 INFO  (qtp593177814-34268) [    ] o.a.s.s.IndexSchema 
[testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2455180 INFO  (qtp593177814-34268) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2455181 INFO  (qtp593177814-34268) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 2455181 INFO  (qtp593177814-34268) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42061.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2455181 INFO  (qtp593177814-34268) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2455181 INFO  (qtp593177814-34268) [    ] 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_40CA4C98A376A311-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_40CA4C98A376A311-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 2455182 INFO  (qtp1035176089-34281) [    ] o.a.s.s.IndexSchema 
[testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2455184 INFO  (qtp1035176089-34281) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2455184 INFO  (qtp1035176089-34281) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 2455184 INFO  (qtp1035176089-34281) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42345.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2455184 INFO  (qtp1035176089-34281) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2455184 INFO  (qtp1035176089-34281) [    ] 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_40CA4C98A376A311-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_40CA4C98A376A311-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 2455214 INFO  (qtp593177814-34271) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2455214 INFO  (qtp593177814-34271) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2455216 INFO  (qtp593177814-34271) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2455216 INFO  (qtp593177814-34271) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2455216 INFO  (qtp593177814-34271) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2ac8af3e[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 2455217 INFO  (qtp593177814-34271) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2455217 INFO  (qtp593177814-34271) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2455218 INFO  (qtp593177814-34271) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2455218 INFO  (qtp593177814-34271) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581890192337272832
   [junit4]   2> 2455219 INFO  (searcherExecutor-10104-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher 
Searcher@2ac8af3e[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2455221 INFO  (qtp593177814-34271) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2455223 INFO  (qtp593177814-34268) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2455223 INFO  (qtp593177814-34268) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2455225 INFO  (qtp593177814-34268) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2455225 INFO  (qtp1035176089-34266) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2455225 INFO  (qtp593177814-34268) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2455225 INFO  (qtp1035176089-34266) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2455258 INFO  (qtp593177814-34268) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76362ef[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 2455258 INFO  (qtp1035176089-34266) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2455258 INFO  (qtp1035176089-34266) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2455259 INFO  (qtp593177814-34268) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2455259 INFO  (qtp593177814-34268) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2455259 INFO  (qtp1035176089-34266) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@557c34f[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 2455260 INFO  (qtp593177814-34268) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2455260 INFO  (qtp1035176089-34266) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2455260 INFO  (qtp1035176089-34266) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2455261 INFO  (searcherExecutor-10105-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher 
Searcher@76362ef[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2455261 INFO  (qtp1035176089-34266) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2455261 INFO  (qtp593177814-34268) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581890192382361600
   [junit4]   2> 2455261 INFO  (searcherExecutor-10103-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher 
Searcher@557c34f[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2455261 INFO  (qtp1035176089-34266) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581890192382361600
   [junit4]   2> 2455264 INFO  (qtp593177814-34268) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2455268 INFO  (qtp1035176089-34281) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2455268 INFO  (qtp1035176089-34281) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2455270 INFO  (qtp1035176089-34281) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2455270 INFO  (qtp1035176089-34281) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2455272 INFO  (qtp1035176089-34281) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@35bdbcb0[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 2455273 INFO  (qtp1035176089-34281) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2455273 INFO  (qtp1035176089-34281) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2455274 INFO  (qtp1035176089-34281) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2455274 INFO  (qtp1035176089-34281) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581890192395993088
   [junit4]   2> 2455274 INFO  (searcherExecutor-10106-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher 
Searcher@35bdbcb0[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2455365 INFO  (zkCallback-6092-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2455365 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2455721 INFO  (qtp593177814-34271) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2455722 INFO  (qtp593177814-34271) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2455722 INFO  (qtp593177814-34271) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:42061/solr/testSimple1_shard2_replica_n6/
   [junit4]   2> 2455722 INFO  (qtp593177814-34271) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:42061/solr 
START replicas=[http://127.0.0.1:42345/solr/testSimple1_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 2455724 INFO  (qtp1035176089-34272) [    ] 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> 2455765 INFO  (qtp593177814-34268) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2455765 INFO  (qtp593177814-34268) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2455765 INFO  (qtp593177814-34268) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:42061/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 2455766 INFO  (qtp593177814-34268) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:42061/solr 
START replicas=[http://127.0.0.1:42345/solr/testSimple1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 2455766 INFO  (qtp1035176089-34286) [    ] 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> 2456023 INFO  (qtp593177814-34271) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:42061/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2456023 INFO  (qtp593177814-34271) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2456023 INFO  (qtp593177814-34271) [    ] 
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> 2456023 INFO  (qtp593177814-34271) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2456028 INFO  (qtp593177814-34271) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42061/solr/testSimple1_shard2_replica_n6/ shard2
   [junit4]   2> 2456066 INFO  (qtp593177814-34268) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:42061/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2456066 INFO  (qtp593177814-34268) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2456066 INFO  (qtp593177814-34268) [    ] 
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> 2456066 INFO  (qtp593177814-34268) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2456069 INFO  (qtp593177814-34268) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42061/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 2456171 INFO  (zkCallback-6092-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2456171 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2456179 INFO  (qtp593177814-34271) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2456180 INFO  (qtp593177814-34271) [    ] 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=2043
   [junit4]   2> 2456220 INFO  (qtp593177814-34268) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2456222 INFO  (qtp593177814-34268) [    ] 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=2086
   [junit4]   2> 2456266 INFO  (qtp1035176089-34266) [    ] 
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=2130
   [junit4]   2> 2456278 INFO  (qtp1035176089-34281) [    ] 
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=2143
   [junit4]   2> 2456281 INFO  (qtp1796254452-34284) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2456380 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2456380 INFO  (zkCallback-6092-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2457282 INFO  (qtp1796254452-34284) [    ] 
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:42061_solr,127.0.0.1:42345_solr&wt=javabin&version=2}
 status=0 QTime=3467
   [junit4]   2> 2457283 INFO  (qtp1796254452-34287) [    ] 
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:42345_solr,127.0.0.1:39663_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2457285 INFO  (OverseerThreadFactory-10096-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 2457286 INFO  
(OverseerCollectionConfigSetProcessor-98868136911110152-127.0.0.1:39663_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2457495 INFO  
(OverseerStateUpdate-98868136911110152-127.0.0.1:39663_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39663/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2457496 INFO  
(OverseerStateUpdate-98868136911110152-127.0.0.1:39663_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42345/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2457698 INFO  (qtp1035176089-34269) [    ] 
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> 2457698 INFO  (qtp1796254452-34267) [    ] 
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> 2457698 INFO  (qtp1796254452-34267) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2457803 INFO  (zkCallback-6094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2457803 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2457803 INFO  (zkCallback-6094-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2457803 INFO  (zkCallback-6093-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2458708 INFO  (qtp1035176089-34269) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2458708 INFO  (qtp1796254452-34267) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2458716 INFO  (qtp1035176089-34269) [    ] o.a.s.s.IndexSchema 
[testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2458716 INFO  (qtp1796254452-34267) [    ] o.a.s.s.IndexSchema 
[testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2458738 INFO  (qtp1035176089-34269) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2458738 INFO  (qtp1796254452-34267) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2458738 INFO  (qtp1796254452-34267) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 2458738 INFO  (qtp1035176089-34269) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 2458739 INFO  (qtp1796254452-34267) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39663.solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2458739 INFO  (qtp1035176089-34269) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42345.solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2458739 INFO  (qtp1796254452-34267) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2458739 INFO  (qtp1035176089-34269) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2458739 INFO  (qtp1796254452-34267) [    ] 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_40CA4C98A376A311-001/tempDir-001/node2/testSimple2_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_40CA4C98A376A311-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 2458739 INFO  (qtp1035176089-34269) [    ] 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_40CA4C98A376A311-001/tempDir-001/node1/testSimple2_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_40CA4C98A376A311-001/tempDir-001/node1/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 2458783 INFO  (qtp1796254452-34267) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2458783 INFO  (qtp1796254452-34267) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2458783 INFO  (qtp1035176089-34269) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2458783 INFO  (qtp1035176089-34269) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2458791 INFO  (qtp1796254452-34267) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2458791 INFO  (qtp1035176089-34269) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2458791 INFO  (qtp1796254452-34267) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2458791 INFO  (qtp1035176089-34269) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2458792 INFO  (qtp1796254452-34267) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13adc57a[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 2458792 INFO  (qtp1035176089-34269) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43307493[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 2458793 INFO  (qtp1796254452-34267) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2458793 INFO  (qtp1035176089-34269) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2458793 INFO  (qtp1796254452-34267) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2458793 INFO  (qtp1035176089-34269) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2458793 INFO  (qtp1796254452-34267) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2458793 INFO  (qtp1035176089-34269) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2458794 INFO  (searcherExecutor-10123-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher 
Searcher@13adc57a[testSimple2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2458794 INFO  (qtp1796254452-34267) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581890196086980608
   [junit4]   2> 2458794 INFO  (searcherExecutor-10124-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher 
Searcher@43307493[testSimple2_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2458794 INFO  (qtp1035176089-34269) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581890196086980608
   [junit4]   2> 2458797 INFO  (qtp1796254452-34267) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2458797 INFO  (qtp1796254452-34267) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2458797 INFO  (qtp1796254452-34267) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39663/solr/testSimple2_shard1_replica_n1/
   [junit4]   2> 2458797 INFO  (qtp1796254452-34267) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:39663/solr 
START replicas=[http://127.0.0.1:42345/solr/testSimple2_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 2458797 INFO  (qtp1035176089-34286) [    ] 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> 2458898 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2458898 INFO  (zkCallback-6094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2458898 INFO  (zkCallback-6094-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2458898 INFO  (zkCallback-6093-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459097 INFO  (qtp1796254452-34267) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:39663/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2459097 INFO  (qtp1796254452-34267) [    ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2459097 INFO  (qtp1796254452-34267) [    ] 
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> 2459097 INFO  (qtp1796254452-34267) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2459102 INFO  (qtp1796254452-34267) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39663/solr/testSimple2_shard1_replica_n1/ shard1
   [junit4]   2> 2459204 INFO  (zkCallback-6093-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459204 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459204 INFO  (zkCallback-6094-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459204 INFO  (zkCallback-6094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459253 INFO  (qtp1796254452-34267) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2459255 INFO  (qtp1796254452-34267) [    ] 
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=1557
   [junit4]   2> 2459356 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459356 INFO  (zkCallback-6094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459356 INFO  (zkCallback-6093-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459356 INFO  (zkCallback-6094-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459799 INFO  (qtp1035176089-34269) [    ] 
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=2100
   [junit4]   2> 2459801 INFO  (qtp1796254452-34287) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2459900 INFO  (zkCallback-6093-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459900 INFO  (zkCallback-6094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459900 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2459900 INFO  (zkCallback-6094-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2460801 INFO  (qtp1796254452-34287) [    ] 
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:42345_solr,127.0.0.1:39663_solr&wt=javabin&version=2}
 status=0 QTime=3518
   [junit4]   2> 2460802 INFO  (qtp1796254452-34289) [    ] 
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:42061_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2460804 INFO  (OverseerThreadFactory-10096-thread-3) [    ] 
o.a.s.c.CreateCollectionCmd Create collection testSimple3
   [junit4]   2> 2460804 INFO  
(OverseerCollectionConfigSetProcessor-98868136911110152-127.0.0.1:39663_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2461009 INFO  
(OverseerStateUpdate-98868136911110152-127.0.0.1:39663_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple3_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42061/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2461010 INFO  
(OverseerStateUpdate-98868136911110152-127.0.0.1:39663_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple3_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42061/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2461011 INFO  
(OverseerStateUpdate-98868136911110152-127.0.0.1:39663_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"testSimple3_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42061/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2461213 INFO  (qtp593177814-34288) [    ] 
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> 2461213 INFO  (qtp593177814-34285) [    ] 
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> 2461213 INFO  (qtp593177814-34282) [    ] 
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> 2461317 INFO  (zkCallback-6092-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple3/state.json] for collection [testSimple3] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461318 INFO  (zkCallback-6092-thread-2) [    ] 
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> 2462223 INFO  (qtp593177814-34285) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2462223 INFO  (qtp593177814-34288) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2462223 INFO  (qtp593177814-34282) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2462230 INFO  (qtp593177814-34285) [    ] o.a.s.s.IndexSchema 
[testSimple3_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2462230 INFO  (qtp593177814-34288) [    ] o.a.s.s.IndexSchema 
[testSimple3_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2462230 INFO  (qtp593177814-34282) [    ] o.a.s.s.IndexSchema 
[testSimple3_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2462232 INFO  (qtp593177814-34288) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2462232 INFO  (qtp593177814-34282) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2462232 INFO  (qtp593177814-34288) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard2_replica_n2' using 
configuration from collection testSimple3, trusted=true
   [junit4]   2> 2462233 INFO  (qtp593177814-34282) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard3_replica_n4' using 
configuration from collection testSimple3, trusted=true
   [junit4]   2> 2462232 INFO  (qtp593177814-34285) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2462233 INFO  (qtp593177814-34285) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard1_replica_n1' using 
configuration from collection testSimple3, trusted=true
   [junit4]   2> 2462233 INFO  (qtp593177814-34288) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42061.solr.core.testSimple3.shard2.replica_n2' (registry 
'solr.core.testSimple3.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2462233 INFO  (qtp593177814-34282) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42061.solr.core.testSimple3.shard3.replica_n4' (registry 
'solr.core.testSimple3.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2462233 INFO  (qtp593177814-34288) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2462234 INFO  (qtp593177814-34282) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2462234 INFO  (qtp593177814-34288) [    ] o.a.s.c.SolrCore 
[[testSimple3_shard2_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_40CA4C98A376A311-001/tempDir-001/node3/testSimple3_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_40CA4C98A376A311-001/tempDir-001/node3/./testSimple3_shard2_replica_n2/data/]
   [junit4]   2> 2462234 INFO  (qtp593177814-34282) [    ] o.a.s.c.SolrCore 
[[testSimple3_shard3_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_40CA4C98A376A311-001/tempDir-001/node3/testSimple3_shard3_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_40CA4C98A376A311-001/tempDir-001/node3/./testSimple3_shard3_replica_n4/data/]
   [junit4]   2> 2462233 INFO  (qtp593177814-34285) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42061.solr.core.testSimple3.shard1.replica_n1' (registry 
'solr.core.testSimple3.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ead269a
   [junit4]   2> 2462234 INFO  (qtp593177814-34285) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2462234 INFO  (qtp593177814-34285) [    ] 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_40CA4C98A376A311-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_40CA4C98A376A311-001/tempDir-001/node3/./testSimple3_shard1_replica_n1/data/]
   [junit4]   2> 2462285 INFO  (qtp593177814-34285) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2462285 INFO  (qtp593177814-34282) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2462285 INFO  (qtp593177814-34288) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2462285 INFO  (qtp593177814-34282) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2462285 INFO  (qtp593177814-34288) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2462285 INFO  (qtp593177814-34285) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2462291 INFO  (qtp593177814-34282) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2462291 INFO  (qtp593177814-34288) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2462291 INFO  (qtp593177814-34282) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2462292 INFO  (qtp593177814-34288) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2462292 INFO  (qtp593177814-34285) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2462292 INFO  (qtp593177814-34285) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2462293 INFO  (qtp593177814-34282) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@9ed76b6[testSimple3_shard3_replica_n4] main]
   [junit4]   2> 2462293 INFO  (qtp593177814-34288) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@317592d5[testSimple3_shard2_replica_n2] main]
   [junit4]   2> 2462293 INFO  (qtp593177814-34285) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7a80a8da[testSimple3_shard1_replica_n1] main]
   [junit4]   2> 2462293 INFO  (qtp593177814-34288) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2462293 INFO  (qtp593177814-34282) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2462293 INFO  (qtp593177814-34282) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2462293 INFO  (qtp593177814-34288) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2462293 INFO  (qtp593177814-34285) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2462294 INFO  (qtp593177814-34285) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2462294 INFO  (qtp593177814-34288) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2462294 INFO  (qtp593177814-34282) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2462294 INFO  (qtp593177814-34285) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2462294 INFO  (searcherExecutor-10133-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple3_shard2_replica_n2] Registered new searcher 
Searcher@317592d5[testSimple3_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2462294 INFO  (qtp593177814-34288) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581890199756996608
   [junit4]   2> 2462295 INFO  (searcherExecutor-10134-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple3_shard3_replica_n4] Registered new searcher 
Searcher@9ed76b6[testSimple3_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2462295 INFO  (searcherExecutor-10135-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple3_shard1_replica_n1] Registered new searcher 
Searcher@7a80a8da[testSimple3_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2462295 INFO  (qtp593177814-34282) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581890199758045184
   [junit4]   2> 2462295 INFO  (qtp593177814-34285) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581890199758045184
   [junit4]   2> 2462297 INFO  (qtp593177814-34288) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2462297 INFO  (qtp593177814-34288) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2462297 INFO  (qtp593177814-34288) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:42061/solr/testSimple3_shard2_replica_n2/
   [junit4]   2> 2462297 INFO  (qtp593177814-34288) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2462297 INFO  (qtp593177814-34288) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:42061/solr/testSimple3_shard2_replica_n2/ has no replicas
   [junit4]   2> 2462297 INFO  (qtp593177814-34288) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2462297 INFO  (qtp593177814-34282) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2462297 INFO  (qtp593177814-34285) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2462297 INFO  (qtp593177814-34282) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2462297 INFO  (qtp593177814-34285) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2462297 INFO  (qtp593177814-34282) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:42061/solr/testSimple3_shard3_replica_n4/
   [junit4]   2> 2462297 INFO  (qtp593177814-34285) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:42061/solr/testSimple3_shard1_replica_n1/
   [junit4]   2> 2462297 INFO  (qtp593177814-34282) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2462297 INFO  (qtp593177814-34285) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2462297 INFO  (qtp593177814-34282) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:42061/solr/testSimple3_shard3_replica_n4/ has no replicas
   [junit4]   2> 2462297 INFO  (qtp593177814-34285) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:42061/solr/testSimple3_shard1_replica_n1/ has no replicas
   [junit4]   2> 2462297 INFO  (qtp593177814-34282) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2462297 INFO  (qtp593177814-34285) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2462298 INFO  (qtp593177814-34288) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42061/solr/testSimple3_shard2_replica_n2/ shard2
   [junit4]   2> 2462298 INFO  (qtp593177814-34282) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42061/solr/testSimple3_shard3_replica_n4/ shard3
   [junit4]   2> 2462299 INFO  (qtp593177814-34285) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42061/solr/testSimple3_shard1_replica_n1/ shard1
   [junit4]   2> 2462399 INFO  (zkCallback-6092-thread-2) [    ] 
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> 2462400 INFO  (zkCallback-6092-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple3/state.json] for collection [testSimple3] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2462433 INFO  (qtp593177814-34285) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2462433 INFO  (qtp593177814-34282) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2462433 INFO  (qtp593177814-34288) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2462434 INFO  (qtp593177814-34285) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple3_shard1_replica_n1&action=CREATE&numShards=3&collection=testSimple3&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1221
   [junit4]   2> 2462435 INFO  (qtp593177814-34288) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple3_shard2_replica_n2&action=CREATE&numShards=3&collection=testSimple3&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1222
   [junit4]   2> 2462435 INFO  (qtp593177814-34282) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple3_shard3_replica_n4&action=CREATE&numShards=3&collection=testSimple3&shard=shard3&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1221
   [junit4]   2> 2462435 INFO  (qtp1796254452-34289) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2462535 INFO  (zkCallback-6092-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple3/state.json] for collection [testSimple3] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2462536 INFO  (zkCallback-6092-thread-2) [    ] 
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> 2462806 INFO  
(OverseerCollectionConfigSetProcessor-98868136911110152-127.0.0.1:39663_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2463436 INFO  (qtp1796254452-34289) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:42061_solr&wt=javabin&version=2}
 status=0 QTime=2634
   [junit4]   2> 2463442 INFO  (qtp1035176089-34281) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2463443 INFO  (qtp1035176089-34281) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46265/solr ready
   [junit4]   2> 2463449 INFO  (qtp1796254452-34267) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=0
   [junit4]   2> 2463452 INFO  (qtp1035176089-34286) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=1
   [junit4]   2> 2463456 INFO  (qtp593177814-34381) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=1
   [junit4]   2> 2463458 INFO  (qtp1035176089-34281) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 2463460 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@78fdee0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2463462 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2005745700
   [junit4]   2> 2463462 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2463462 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@27d7d86f: rootName = 
solr_42345, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7fb0a61c
   [junit4]   2> 2463473 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2463473 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3cca3c34: rootName = 
solr_42345, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@72ab874b
   [junit4]   2> 2463482 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2463482 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@59ba507a: rootName = 
solr_42345, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@4bd311f9
   [junit4]   2> 2463484 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42345_solr
   [junit4]   2> 2463485 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2463485 INFO  (zkCallback-6102-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2463485 INFO  (zkCallback-6094-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2463485 INFO  (zkCallback-6092-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2463486 INFO  (coreCloseExecutor-10148-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple1_shard2_replica_n4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@47ccc5af
   [junit4]   2> 2463486 INFO  (coreCloseExecutor-10148-thread-2) [    ] 
o.a.s.c.SolrCore [testSimple1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@61608022
   [junit4]   2> 2463486 INFO  (coreCloseExecutor-10148-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testSimple1.shard2.replica_n4, tag=1204602287
   [junit4]   2> 2463486 INFO  (coreCloseExecutor-10148-thread-3) [    ] 
o.a.s.c.SolrCore [testSimple2_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@62076134
   [junit4]   2> 2463486 INFO  (coreCloseExecutor-10148-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4fccc460: rootName = 
solr_42345, domain = solr.core.testSimple1.shard2.replica_n4, service url = 
null, agent id = null] for registry solr.core.testSimple1.shard2.replica_n4 / 
com.codahale.metrics.MetricRegistry@97cf78b
   [junit4]   2> 2463485 INFO  (zkCallback-6093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2463498 INFO  (coreCloseExecutor-10148-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple1.shard2.leader, tag=1204602287
   [junit4]   2> 2463498 INFO  (coreCloseExecutor-10148-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testSimple1.shard1.replica_n1, tag=1633714210
   [junit4]   2> 2463498 INFO  (coreCloseExecutor-10148-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3681db3a: rootName = 
solr_42345, domain = solr.core.testSimple1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.testSimple1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@794a2f05
   [junit4]   2> 2463513 INFO  (coreCloseExecutor-10148-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple1.shard1.leader, tag=1633714210
   [junit4]   2> 2463514 INFO  (coreCloseExecutor-10148-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testSimple2.shard1.replica_n2, tag=1644650804
   [junit4]   2> 2463514 INFO  (coreCloseExecutor-10148-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@50cfbc00: rootName = 
solr_42345, 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@73e11b5c
   [junit4]   2> 2463527 INFO  (coreCloseExecutor-10148-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple2.shard1.leader, tag=1644650804
   [junit4]   2> 2463529 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[40CA4C98A376A311]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@489b8c95{/solr,null,UNAVAILABLE}
   [junit4]   2> 2463534 INFO  (qtp1796254452-34267) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=0
   [junit4]   2> 2463537 INFO  (qtp593177814-34275) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=1
   [junit4]   2> 2463540 INFO  (TEST-Auto

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

3.shard3.replica_n4 / com.codahale.metrics.MetricRegistry@7838e7cd
   [junit4]   2> 2465754 INFO  (jetty-closer-6078-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4fcd04cd{/solr,null,UNAVAILABLE}
   [junit4]   2> 2465758 INFO  (coreCloseExecutor-10172-thread-5) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple3.shard3.leader, tag=591826838
   [junit4]   2> 2465758 INFO  (coreCloseExecutor-10172-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple1.shard2.leader, tag=1023311745
   [junit4]   2> 2465762 INFO  (jetty-closer-6078-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6f0cae0c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2465762 ERROR 
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-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> 2465762 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[40CA4C98A376A311]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46265 46265
   [junit4]   2> 2465798 INFO  (Thread-8877) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:46265 46265
   [junit4]   2> 2465798 WARN  (Thread-8877) [    ] 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>        22      /solr/collections/testSimple2/state.json
   [junit4]   2>        7       /solr/collections/testSimple1/state.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        5       /solr/collections/testSimple3/state.json
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard1/election/98868136911110151-core_node5-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple2/leader_elect/shard1/election/98868136911110152-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard2/election/98868136911110151-core_node8-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/98868136911110151-127.0.0.1:42061_solr-n_0000000001
   [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_40CA4C98A376A311-001
   [junit4]   2> Oct 21, 2017 5:47:38 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1667, maxMBSortInHeap=7.719930630678707, 
sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Cyrl, 
timezone=America/Scoresbysund
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9 
(64-bit)/cpus=8,threads=1,free=195287648,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DirectSolrConnectionTest, 
TestFuzzyAnalyzedSuggestions, TestSearchPerf, TestCryptoKeys, 
DistanceUnitsTest, SubstringBytesRefFilterTest, TestPolicyCloud, 
TestConfigSets, DirectSolrSpellCheckerTest, XsltUpdateRequestHandlerTest, 
TestFunctionQuery, SuggesterTest, UpdateLogTest, TestCollapseQParserPlugin, 
TestEmbeddedSolrServerConstructors, TestFieldTypeResource, 
IndexBasedSpellCheckerTest, CoreAdminHandlerTest, 
TestPerFieldSimilarityWithDefaultOverride, StatsReloadRaceTest, RankQueryTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, ChaosMonkeyNothingIsSafeTest, 
UUIDFieldTest, ChangedSchemaMergeTest, SuggestComponentContextFilterQueryTest, 
ZkNodePropsTest, TestSolrQueryResponse, ScriptEngineTest, 
TestUnifiedSolrHighlighter, TestClassicSimilarityFactory, 
TestFieldCacheSortRandom, AsyncCallRequestStatusResponseTest, TestTrie, 
TestRealTimeGet, TestElisionMultitermQuery, TestTolerantSearch, 
TestSolrDeletionPolicy2, SystemInfoHandlerTest, 
HdfsAutoAddReplicasIntegrationTest, TestCollationFieldDocValues, 
HdfsRecoveryZkTest, TestRequestStatusCollectionAPI, TestCharFilters, 
TestSchemaSimilarityResource, XmlUpdateRequestHandlerTest, 
TestCloudPseudoReturnFields, TestCoreContainer, ClusterStateTest, 
IndexSchemaTest, DistributedFacetPivotWhiteBoxTest, TestSchemaManager, 
TestFieldCollectionResource, TestUninvertingReader, TestDistributedGrouping, 
TestPayloadCheckQParserPlugin, ZkStateReaderTest, 
TestRandomCollapseQParserPlugin, MoveReplicaTest, 
DocExpirationUpdateProcessorFactoryTest, AlternateDirectoryTest, 
BlockCacheTest, TestUniqueKeyFieldResource, TestConfigsApi, DeleteStatusTest, 
TestHdfsUpdateLog, TestPullReplicaErrorHandling, TestShortCircuitedRequests, 
TestRecoveryHdfs, WrapperMergePolicyFactoryTest, HighlighterTest, 
PluginInfoTest, FullSolrCloudDistribCmdsTest, TestFiltering, 
RestartWhileUpdatingTest, LoggingHandlerTest, MissingSegmentRecoveryTest, 
QueryElevationComponentTest, TestGraphMLResponseWriter, 
BlockJoinFacetSimpleTest, TestZkChroot, TestManagedSynonymGraphFilterFactory, 
PropertiesRequestHandlerTest, CollectionsAPIAsyncDistributedZkTest, 
HttpSolrCallGetCoreTest, AutoscalingHistoryHandlerTest, TestSolrXml, 
SolrXmlInZkTest, LeaderElectionContextKeyTest, TestDistribIDF, RecoveryZkTest, 
StatsComponentTest, TestNumericTokenStream, TestRTimerTree, TestStreamBody, 
DistanceFunctionTest, DocValuesMissingTest, TestManagedResourceStorage, 
TestStressUserVersions, TestNamedUpdateProcessors, TestQueryTypes, 
TestSolrCoreParser, FullHLLTest, TestCopyFieldCollectionResource, TestReload, 
TestFieldCache, TestDynamicLoading, TlogReplayBufferedWhileIndexingTest, 
TestMultiWordSynonyms, DistributedExpandComponentTest, TestSQLHandlerNonCloud, 
CopyFieldTest, SolrTestCaseJ4Test, TestTrackingShardHandlerFactory, 
TestCoreDiscovery, DisMaxRequestHandlerTest, TestJsonRequest, 
SolrGraphiteReporterTest, RemoteQueryErrorTest, TestLegacyFieldReuse, 
TestStressCloudBlindAtomicUpdates, WordBreakSolrSpellCheckerTest, 
ConnectionReuseTest, BasicDistributedZk2Test, UnloadDistributedZkTest, 
OverseerTest, ClusterStateUpdateTest, LeaderElectionTest, TestHashPartitioner, 
TermVectorComponentDistributedTest, DistributedTermsComponentTest, 
TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, TestIndexSearcher, 
SimplePostToolTest, TestExtendedDismaxParser, SpellCheckCollatorTest, 
SolrRequestParserTest, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, 
SuggesterWFSTTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
SortByFunctionTest, DocValuesMultiTest, DebugComponentTest, CacheHeaderTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, 
FileBasedSpellCheckerTest, RequestHandlersTest, DocumentBuilderTest, 
TestValueSourceCache, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, 
ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, 
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, 
SearchHandlerTest, TestLFUCache, HighlighterConfigTest, SOLR749Test, 
TestQuerySenderListener, ResponseLogComponentTest, BadComponentTest, 
TestMergePolicyConfig, SampleTest, NumericFieldsTest, MinimalSchemaTest, 
TestConfig, TestSolrCoreProperties, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, 
TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, 
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, 
ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, 
TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, 
DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, 
RAMDirectoryFactoryTest, TestLRUCache, SliceStateTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestSimpleTrackingShardHandler, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerSchemaAPI, ActionThrottleTest, AliasIntegrationTest, 
BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, 
CdcrRequestHandlerTest, CdcrVersionReplicationTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionReloadTest, 
CreateCollectionCleanupTest, DeleteNodeTest, DeleteShardTest, 
DocValuesNotIndexedTest, LeaderFailureAfterFreshStartTest, 
LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, 
MoveReplicaHDFSFailoverTest, OverseerCollectionConfigSetProcessorTest, 
OverseerModifyCollectionTest, RecoveryAfterSoftCommitTest, ReplaceNodeTest, 
SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, 
TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudInspectUtil, 
TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudRecovery, 
TestCloudSearcherWarming, TestClusterProperties, TestCollectionAPI, 
TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPI, 
TestLeaderElectionZkExpiry, TestOnReconnectListenerSupport, TestPullReplica, 
TestRequestForwarding, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, 
TestStressLiveNodes, TestTlogReplica, AutoAddReplicasPlanActionTest]
   [junit4] Completed [527/744 (1!)] on J2 in 13.02s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to