Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4412/ Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC
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:61001/solr] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:61001/solr] at __randomizedtesting.SeedInfo.seed([76984BF2D9AAB1EF:4E2B6F0CFE59653E]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61001/solr at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) ... 43 more Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:61001 failed to respond at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) ... 47 more Build Log: [...truncated 13595 lines...] [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/init-core-data-001 [junit4] 2> 3198567 WARN (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21 [junit4] 2> 3198567 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 3198568 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth [junit4] 2> 3198568 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 3198569 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001 [junit4] 2> 3198569 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 3198569 INFO (Thread-4909) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 3198569 INFO (Thread-4909) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 3198572 ERROR (Thread-4909) [ ] 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> 3198675 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:60999 [junit4] 2> 3198684 INFO (zkConnectionManagerCallback-6016-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198688 INFO (jetty-launcher-6013-thread-1) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 3198688 INFO (jetty-launcher-6013-thread-2) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 3198689 INFO (jetty-launcher-6013-thread-3) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 3198689 INFO (jetty-launcher-6013-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 3198689 INFO (jetty-launcher-6013-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 3198689 INFO (jetty-launcher-6013-thread-1) [ ] o.e.j.s.session Scavenging every 600000ms [junit4] 2> 3198690 INFO (jetty-launcher-6013-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 3198690 INFO (jetty-launcher-6013-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 3198690 INFO (jetty-launcher-6013-thread-2) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 3198691 INFO (jetty-launcher-6013-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72c3e7d6{/solr,null,AVAILABLE} [junit4] 2> 3198692 INFO (jetty-launcher-6013-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 3198692 INFO (jetty-launcher-6013-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 3198692 INFO (jetty-launcher-6013-thread-3) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 3198692 INFO (jetty-launcher-6013-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a02a509{/solr,null,AVAILABLE} [junit4] 2> 3198693 INFO (jetty-launcher-6013-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@954bca6{/solr,null,AVAILABLE} [junit4] 2> 3198693 INFO (jetty-launcher-6013-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@6657fdfb{HTTP/1.1,[http/1.1]}{127.0.0.1:61001} [junit4] 2> 3198693 INFO (jetty-launcher-6013-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@62636645{HTTP/1.1,[http/1.1]}{127.0.0.1:61002} [junit4] 2> 3198693 INFO (jetty-launcher-6013-thread-2) [ ] o.e.j.s.Server Started @3201247ms [junit4] 2> 3198693 INFO (jetty-launcher-6013-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61002} [junit4] 2> 3198693 ERROR (jetty-launcher-6013-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 3198693 INFO (jetty-launcher-6013-thread-1) [ ] o.e.j.s.Server Started @3201247ms [junit4] 2> 3198694 INFO (jetty-launcher-6013-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 3198694 INFO (jetty-launcher-6013-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61001} [junit4] 2> 3198694 INFO (jetty-launcher-6013-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 3198694 INFO (jetty-launcher-6013-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 3198694 ERROR (jetty-launcher-6013-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 3198694 INFO (jetty-launcher-6013-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-01-27T22:36:01.482782Z [junit4] 2> 3198694 INFO (jetty-launcher-6013-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@31a74ab5{HTTP/1.1,[http/1.1]}{127.0.0.1:61003} [junit4] 2> 3198694 INFO (jetty-launcher-6013-thread-3) [ ] o.e.j.s.Server Started @3201248ms [junit4] 2> 3198695 INFO (jetty-launcher-6013-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61003} [junit4] 2> 3198695 ERROR (jetty-launcher-6013-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 3198695 INFO (jetty-launcher-6013-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 3198695 INFO (jetty-launcher-6013-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 3198695 INFO (jetty-launcher-6013-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 3198695 INFO (jetty-launcher-6013-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 3198695 INFO (jetty-launcher-6013-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 3198695 INFO (jetty-launcher-6013-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 3198695 INFO (jetty-launcher-6013-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-01-27T22:36:01.483466Z [junit4] 2> 3198695 INFO (jetty-launcher-6013-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-01-27T22:36:01.483512Z [junit4] 2> 3198699 INFO (zkConnectionManagerCallback-6018-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198699 INFO (zkConnectionManagerCallback-6022-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198700 INFO (zkConnectionManagerCallback-6020-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198700 INFO (jetty-launcher-6013-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 3198700 INFO (jetty-launcher-6013-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 3198701 INFO (jetty-launcher-6013-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 3198712 INFO (jetty-launcher-6013-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60999/solr [junit4] 2> 3198714 INFO (jetty-launcher-6013-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60999/solr [junit4] 2> 3198716 INFO (zkConnectionManagerCallback-6026-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198717 INFO (zkConnectionManagerCallback-6030-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198718 INFO (jetty-launcher-6013-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60999/solr [junit4] 2> 3198725 INFO (zkConnectionManagerCallback-6034-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198726 INFO (zkConnectionManagerCallback-6036-thread-1-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198727 INFO (zkConnectionManagerCallback-6038-thread-1-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198731 INFO (zkConnectionManagerCallback-6040-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3198877 INFO (jetty-launcher-6013-thread-3) [n:127.0.0.1:61003_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 3198877 INFO (jetty-launcher-6013-thread-1) [n:127.0.0.1:61001_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 3198878 INFO (jetty-launcher-6013-thread-3) [n:127.0.0.1:61003_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61003_solr [junit4] 2> 3198879 INFO (jetty-launcher-6013-thread-1) [n:127.0.0.1:61001_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61001_solr [junit4] 2> 3198879 INFO (jetty-launcher-6013-thread-3) [n:127.0.0.1:61003_solr ] o.a.s.c.Overseer Overseer (id=99424178101223431-127.0.0.1:61003_solr-n_0000000000) starting [junit4] 2> 3198881 INFO (zkCallback-6035-thread-1-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 3198882 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 3198892 INFO (jetty-launcher-6013-thread-3) [n:127.0.0.1:61003_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61003_solr [junit4] 2> 3198894 INFO (zkCallback-6035-thread-1-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 3198895 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 3198939 INFO (jetty-launcher-6013-thread-1) [n:127.0.0.1:61001_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61001.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3198945 INFO (jetty-launcher-6013-thread-3) [n:127.0.0.1:61003_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61003.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3198946 INFO (jetty-launcher-6013-thread-1) [n:127.0.0.1:61001_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61001.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3198947 INFO (jetty-launcher-6013-thread-1) [n:127.0.0.1:61001_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61001.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3198947 INFO (jetty-launcher-6013-thread-1) [n:127.0.0.1:61001_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node1/. [junit4] 2> 3198951 INFO (jetty-launcher-6013-thread-2) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 3198952 INFO (jetty-launcher-6013-thread-3) [n:127.0.0.1:61003_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61003.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3198952 INFO (jetty-launcher-6013-thread-3) [n:127.0.0.1:61003_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61003.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3198953 INFO (jetty-launcher-6013-thread-3) [n:127.0.0.1:61003_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node3/. [junit4] 2> 3198953 INFO (jetty-launcher-6013-thread-2) [n:127.0.0.1:61002_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 3198956 INFO (jetty-launcher-6013-thread-2) [n:127.0.0.1:61002_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61002_solr [junit4] 2> 3198957 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 3198958 INFO (zkCallback-6037-thread-1-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 3198958 INFO (zkCallback-6035-thread-1-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 3199001 INFO (jetty-launcher-6013-thread-2) [n:127.0.0.1:61002_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61002.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3199008 INFO (jetty-launcher-6013-thread-2) [n:127.0.0.1:61002_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61002.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3199008 INFO (jetty-launcher-6013-thread-2) [n:127.0.0.1:61002_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61002.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3199009 INFO (jetty-launcher-6013-thread-2) [n:127.0.0.1:61002_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node2/. [junit4] 2> 3199033 INFO (zkConnectionManagerCallback-6048-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3199036 INFO (zkConnectionManagerCallback-6052-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 3199038 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 3199039 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60999/solr ready [junit4] 2> 3199057 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[76984BF2D9AAB1EF]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testSimple [junit4] 2> 3199060 INFO (qtp829746145-27344) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:61001_solr,127.0.0.1:61003_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 3199062 INFO (OverseerThreadFactory-11037-thread-1-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1 [junit4] 2> 3199175 INFO (OverseerStateUpdate-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:61001/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3199179 INFO (OverseerStateUpdate-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:61003/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3199182 INFO (OverseerStateUpdate-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:61001/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3199185 INFO (OverseerStateUpdate-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:61003/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3199395 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 3199395 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 3199395 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 3199396 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 3199396 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 3199397 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 3199506 INFO (zkCallback-6035-thread-1-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3199506 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3199506 INFO (zkCallback-6039-thread-2-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3199506 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3200413 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 3200414 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 3200413 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 3200431 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 3200432 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal [junit4] 2> 3200434 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal [junit4] 2> 3200434 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 3200434 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true [junit4] 2> 3200435 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61003.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3200435 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 3200435 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node3/testSimple1_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/] [junit4] 2> 3200435 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 3200435 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true [junit4] 2> 3200436 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61001.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3200436 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 3200436 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node1/testSimple1_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/] [junit4] 2> 3200439 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal [junit4] 2> 3200439 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal [junit4] 2> 3200440 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 3200440 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true [junit4] 2> 3200440 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61003.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3200441 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 3200441 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node3/testSimple1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/] [junit4] 2> 3200441 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 3200441 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true [junit4] 2> 3200441 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61001.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3200441 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 3200442 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node1/testSimple1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/] [junit4] 2> 3200706 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 3200706 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 3200707 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 3200707 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 3200707 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 3200707 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 3200708 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 3200708 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 3200709 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 3200709 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 3200709 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 3200709 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 3200709 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 3200710 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 3200710 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@428ebc92[testSimple1_shard1_replica_n1] main] [junit4] 2> 3200711 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@385cb823[testSimple1_shard1_replica_n2] main] [junit4] 2> 3200712 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 3200712 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 3200712 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 3200712 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 3200712 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 3200713 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 3200713 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 3200713 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590786851865624576 [junit4] 2> 3200713 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 3200713 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590786851865624576 [junit4] 2> 3200713 INFO (searcherExecutor-11047-thread-1-processing-n:127.0.0.1:61001_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@428ebc92[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 3200714 INFO (searcherExecutor-11046-thread-1-processing-n:127.0.0.1:61003_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@385cb823[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 3200715 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@6bb18ca9[testSimple1_shard2_replica_n6] main] [junit4] 2> 3200716 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 3200716 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 3200717 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 3200717 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590786851869818880 [junit4] 2> 3200718 INFO (searcherExecutor-11044-thread-1-processing-n:127.0.0.1:61003_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@6bb18ca9[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 3200721 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 3200721 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 3200721 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61003/solr/testSimple1_shard1_replica_n2/ [junit4] 2> 3200721 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:61003/solr START replicas=[http://127.0.0.1:61001/solr/testSimple1_shard1_replica_n1/] nUpdates=100 [junit4] 2> 3200723 INFO (qtp829746145-27349) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.S.Request [testSimple1_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 3200723 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@49a7a428[testSimple1_shard2_replica_n4] main] [junit4] 2> 3200724 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 3200725 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 3200725 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 3200725 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 3200726 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590786851879256064 [junit4] 2> 3200726 INFO (searcherExecutor-11045-thread-1-processing-n:127.0.0.1:61001_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@49a7a428[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 3200825 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3200825 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3200825 INFO (zkCallback-6035-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3200825 INFO (zkCallback-6039-thread-2-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201028 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:61003/solr DONE. We have no versions. sync failed. [junit4] 2> 3201028 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 3201028 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 3201029 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 3201033 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61003/solr/testSimple1_shard1_replica_n2/ shard1 [junit4] 2> 3201135 INFO (zkCallback-6035-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201136 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201136 INFO (zkCallback-6039-thread-2-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201136 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201194 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 3201197 INFO (qtp2027826936-27363) [n:127.0.0.1:61003_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1800 [junit4] 2> 3201232 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 3201232 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 3201232 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61003/solr/testSimple1_shard2_replica_n6/ [junit4] 2> 3201232 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:61003/solr START replicas=[http://127.0.0.1:61001/solr/testSimple1_shard2_replica_n4/] nUpdates=100 [junit4] 2> 3201233 INFO (qtp829746145-27350) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.S.Request [testSimple1_shard2_replica_n4] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 3201299 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201299 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201299 INFO (zkCallback-6039-thread-2-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201299 INFO (zkCallback-6035-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201533 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:61003/solr DONE. We have no versions. sync failed. [junit4] 2> 3201533 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 3201533 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 3201533 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 3201538 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61003/solr/testSimple1_shard2_replica_n6/ shard2 [junit4] 2> 3201640 INFO (zkCallback-6035-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201640 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201640 INFO (zkCallback-6039-thread-2-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201640 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201690 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 3201692 INFO (qtp2027826936-27368) [n:127.0.0.1:61003_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2295 [junit4] 2> 3201728 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2333 [junit4] 2> 3201731 INFO (qtp829746145-27346) [n:127.0.0.1:61001_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2335 [junit4] 2> 3201734 INFO (qtp829746145-27344) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 3201836 INFO (zkCallback-6039-thread-2-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201836 INFO (zkCallback-6035-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201836 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3201836 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3202734 INFO (qtp829746145-27344) [n:127.0.0.1:61001_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:61001_solr,127.0.0.1:61003_solr&wt=javabin&version=2} status=0 QTime=3674 [junit4] 2> 3202735 INFO (qtp829746145-27349) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61003_solr,127.0.0.1:61002_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 3202738 INFO (OverseerThreadFactory-11037-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple2 [junit4] 2> 3202738 INFO (OverseerCollectionConfigSetProcessor-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 3202958 INFO (OverseerStateUpdate-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:61003/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3202965 INFO (OverseerStateUpdate-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:61002/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3203167 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 3203169 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 3203171 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 3203289 INFO (zkCallback-6037-thread-1-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3203289 INFO (zkCallback-6035-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3203289 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3203289 INFO (zkCallback-6037-thread-2-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3204183 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 3204186 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 3204190 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal [junit4] 2> 3204192 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 3204192 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true [junit4] 2> 3204192 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal [junit4] 2> 3204193 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61003.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3204193 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 3204193 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node3/testSimple2_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node3/./testSimple2_shard1_replica_n1/data/] [junit4] 2> 3204194 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 3204194 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true [junit4] 2> 3204194 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61002.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ded7df8 [junit4] 2> 3204194 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 3204194 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node2/testSimple2_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001/tempDir-001/node2/./testSimple2_shard1_replica_n2/data/] [junit4] 2> 3204239 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 3204239 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 3204242 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 3204242 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 3204243 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68c81b0[testSimple2_shard1_replica_n1] main] [junit4] 2> 3204245 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 3204245 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 3204246 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 3204246 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590786855570243584 [junit4] 2> 3204247 INFO (searcherExecutor-11064-thread-1-processing-n:127.0.0.1:61003_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@68c81b0[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 3204254 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 3204256 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 3204256 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 3204258 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 3204258 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 3204260 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b094501[testSimple2_shard1_replica_n2] main] [junit4] 2> 3204261 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 3204262 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 3204262 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 3204263 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590786855588069376 [junit4] 2> 3204263 INFO (searcherExecutor-11065-thread-1-processing-n:127.0.0.1:61002_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@6b094501[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 3204356 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3204356 INFO (zkCallback-6037-thread-1-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3204356 INFO (zkCallback-6037-thread-2-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3204356 INFO (zkCallback-6035-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3204758 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 3204758 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 3204758 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61003/solr/testSimple2_shard1_replica_n1/ [junit4] 2> 3204758 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:61003/solr START replicas=[http://127.0.0.1:61002/solr/testSimple2_shard1_replica_n2/] nUpdates=100 [junit4] 2> 3204759 INFO (qtp257857186-27357) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.S.Request [testSimple2_shard1_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 3205061 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:61003/solr DONE. We have no versions. sync failed. [junit4] 2> 3205062 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 3205062 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 3205062 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 3205074 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61003/solr/testSimple2_shard1_replica_n1/ shard1 [junit4] 2> 3205181 INFO (zkCallback-6035-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3205181 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3205181 INFO (zkCallback-6037-thread-1-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3205181 INFO (zkCallback-6037-thread-2-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3205234 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 3205236 INFO (qtp2027826936-27364) [n:127.0.0.1:61003_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2068 [junit4] 2> 3205283 INFO (qtp257857186-27352) [n:127.0.0.1:61002_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2114 [junit4] 2> 3205288 INFO (qtp829746145-27349) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 3205396 INFO (zkCallback-6037-thread-2-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3205396 INFO (zkCallback-6037-thread-1-processing-n:127.0.0.1:61002_solr) [n:127.0.0.1:61002_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3205396 INFO (zkCallback-6035-thread-2-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3205396 INFO (zkCallback-6035-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 3206299 INFO (qtp829746145-27349) [n:127.0.0.1:61001_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61003_solr,127.0.0.1:61002_solr&wt=javabin&version=2} status=0 QTime=3563 [junit4] 2> 3206299 INFO (qtp829746145-27348) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:61001_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 3206302 INFO (OverseerThreadFactory-11037-thread-3-processing-n:127.0.0.1:61003_solr) [n:127.0.0.1:61003_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple3 [junit4] 2> 3206303 INFO (OverseerCollectionConfigSetProcessor-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 3206528 INFO (OverseerStateUpdate-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple3_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:61001/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3206532 INFO (OverseerStateUpdate-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple3_shard2_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:61001/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3206535 INFO (OverseerStateUpdate-99424178101223431-127.0.0.1:61003_solr-n_0000000000) [n:127.0.0.1:61003_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard3", [junit4] 2> "core":"testSimple3_shard3_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:61001/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3206752 INFO (qtp829746145-27350) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple3_shard3_replica_n4&action=CREATE&numShards=3&collection=testSimple3&shard=shard3&wt=javabin&version=2&replicaType=NRT [junit4] 2> 3206753 INFO (qtp829746145-27349) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple3_shard2_replica_n2&action=CREATE&numShards=3&collection=testSimple3&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 3206753 INFO (qtp829746145-27351) [n:127.0.0.1:61001_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple3_shard1_replica_n1&action=CREATE&numShards=3&collection=testSimple3&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 3206862 INFO (zkCallback-6039-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.c.ZkStateReader A cluster state cha [...truncated too long message...] 059-thread-1-processing-n:127.0.0.1:61001_solr) [n:127.0.0.1:61001_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61001_solr [junit4] 2> 3212142 INFO (jetty-closer-6014-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@954bca6{/solr,null,UNAVAILABLE} [junit4] 2> 3212142 INFO (jetty-closer-6014-thread-2) [ ] o.e.j.s.session Stopped scavenging [junit4] 2> 3212147 INFO (coreCloseExecutor-11122-thread-5) [n:127.0.0.1:61001_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard2.leader, tag=1082942899 [junit4] 2> 3212149 INFO (jetty-closer-6014-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ccd6b95{/solr,null,UNAVAILABLE} [junit4] 2> 3212150 INFO (jetty-closer-6014-thread-1) [ ] o.e.j.s.session Stopped scavenging [junit4] 2> 3212151 ERROR (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-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> 3212151 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[76984BF2D9AAB1EF]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60999 60999 [junit4] 2> 3212169 INFO (Thread-4909) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60999 60999 [junit4] 2> 3212307 WARN (Thread-4909) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 5 /solr/aliases.json [junit4] 2> 5 /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> 21 /solr/collections/testSimple1/state.json [junit4] 2> 14 /solr/collections/testSimple2/state.json [junit4] 2> 10 /solr/collections/testSimple3/state.json [junit4] 2> 5 /solr/clusterstate.json [junit4] 2> 3 /solr/overseer_elect/election/99424178101223431-127.0.0.1:61003_solr-n_0000000000 [junit4] 2> 2 /solr/collections/testSimple1/leader_elect/shard2/election/99424178101223431-core_node8-n_0000000000 [junit4] 2> 2 /solr/collections/testSimple1/leader_elect/shard1/election/99424178101223431-core_node5-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 5 /solr/live_nodes [junit4] 2> 5 /solr/collections [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_76984BF2D9AAB1EF-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1350, maxMBSortInHeap=7.478660892857108, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2710ea3e), locale=so, timezone=Europe/London [junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=294719192,total=527433728 [junit4] 2> NOTE: All tests run in this JVM: [FileBasedSpellCheckerTest, TestDefaultStatsCache, UpdateRequestProcessorFactoryTest, TestComponentsName, TestRandomRequestDistribution, TestUninvertingReader, TestManagedSchemaThreadSafety, TestSegmentSorting, SchemaApiFailureTest, TestReversedWildcardFilterFactory, TestCoreBackup, TestCollectionAPI, SpellCheckComponentTest, CachingDirectoryFactoryTest, DebugComponentTest, HLLUtilTest, TestLegacyTerms, TestFieldCollectionResource, ConnectionManagerTest, SaslZkACLProviderTest, LeaderInitiatedRecoveryOnShardRestartTest, TestNoOpRegenerator, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestLegacyNumericRangeQueryBuilder, TestNumericRangeQuery32, ExternalFileFieldSortTest, TestManagedSchema, BlockJoinFacetSimpleTest, HdfsWriteToMultipleCollectionsTest, ExitableDirectoryReaderTest, TestFilteredDocIdSet, TestGraphMLResponseWriter, AssignTest, SolrCmdDistributorTest, TestIndexingPerformance, AsyncCallRequestStatusResponseTest, TestRandomDVFaceting, TestSchemaSimilarityResource, TemplateUpdateProcessorTest, OverriddenZkACLAndCredentialsProvidersTest, RegexBoostProcessorTest, TestRTGBase, TestCSVLoader, CdcrRequestHandlerTest, TestCustomSort, BigEndianAscendingWordDeserializerTest, TestManagedSynonymGraphFilterFactory, RuleEngineTest, TestConfigSetsAPI, BlockJoinFacetDistribTest, V2ApiIntegrationTest, QueryParsingTest, SimpleFacetsTest, ActionThrottleTest, TestDocTermOrds, TestJsonRequest, DocValuesTest, TestRequestForwarding, HdfsChaosMonkeyNothingIsSafeTest, AnalyticsMergeStrategyTest, TestValueSourceCache, DistributedSpellCheckComponentTest, TestTriggerIntegration, TestNumericTokenStream, TestPullReplicaErrorHandling, TestConfigSetsAPIZkFailure, TestManagedResourceStorage, TestSolr4Spatial, TestJettySolrRunner, TestCloudSearcherWarming, TestSubQueryTransformerDistrib, TestAtomicUpdateErrorCases, ReplicationFactorTest, TestManagedStopFilterFactory, BooleanFieldTest, TestUnifiedSolrHighlighter, BasicAuthStandaloneTest, TestInPlaceUpdatesDistrib, MoveReplicaHDFSFailoverTest, TestMissingGroups, NodeAddedTriggerTest, TestFieldCacheReopen, ManagedSchemaRoundRobinCloudTest, TestSort, TestRandomFaceting, HdfsNNFailoverTest, TestSubQueryTransformer, TestExactSharedStatsCache, RequestLoggingTest, TestAuthorizationFramework, SolrCoreMetricManagerTest, TestEmbeddedSolrServerConstructors, SystemInfoHandlerTest, CdcrReplicationDistributedZkTest, TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, DocValuesMultiTest, CurrencyFieldTypeTest, DocValuesNotIndexedTest, CleanupOldIndexTest, TestHighFrequencyDictionaryFactory, TestFieldCacheSortRandom, AnalysisErrorHandlingTest, SegmentsInfoRequestHandlerTest, HdfsRecoveryZkTest, TestConfigOverlay, NodeMutatorTest, TestExceedMaxTermLength, LoggingHandlerTest, TestConfig, RankQueryTest, DOMUtilTest, ResponseLogComponentTest, TestPolicyCloud, SolrXmlInZkTest, TestSmileRequest, TestDownShardTolerantSearch, UUIDUpdateProcessorFallbackTest, TestStressVersions, TestStressInPlaceUpdates, TestDocumentBuilder, EchoParamsTest, FullSolrCloudDistribCmdsTest, HdfsDirectoryTest, FieldAnalysisRequestHandlerTest, TestNRTOpen, DistribDocExpirationUpdateProcessorTest, TestSolrCloudWithSecureImpersonation, TestSolrCoreProperties, SolrCoreCheckLockOnStartupTest, HdfsTlogReplayBufferedWhileIndexingTest, TestLeaderInitiatedRecoveryThread, TestHdfsCloudBackupRestore, DistributedExpandComponentTest, TestCoreDiscovery, TestDynamicLoading, UUIDFieldTest, BasicDistributedZk2Test, ConjunctionSolrSpellCheckerTest, SpellCheckCollatorTest, CreateRoutedAliasTest, TlogReplayBufferedWhileIndexingTest, TestLeaderElectionWithEmptyReplica, TestDelegationWithHadoopAuth, FacetPivotSmallTest, BadIndexSchemaTest, TestHashQParserPlugin, DistributedIntervalFacetingTest, OverseerTest, DistributedTermsComponentTest, TestWordDelimiterFilterFactory, TestSerializedLuceneMatchVersion, ClusterStateTest, TestSolrConfigHandler, TestReplicaProperties, SpellPossibilityIteratorTest, TestClusterStateProvider, UpdateLogTest, HttpTriggerListenerTest, BlobRepositoryCloudTest, PeerSyncTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TimeZoneUtilsTest, TestLRUStatsCache, OverseerStatusTest, TestSchemaManager, TestTrieFacet, TestDynamicFieldCollectionResource, TestBinaryResponseWriter, TestLuceneMatchVersion, AddSchemaFieldsUpdateProcessorFactoryTest, TestPushWriter, TestPolicyCloud, LeaderFailureAfterFreshStartTest, SpatialRPTFieldTypeTest, TestCloudPseudoReturnFields, TestFastWriter, ChaosMonkeySafeLeaderWithPullReplicasTest, TestDFISimilarityFactory, TestConfigSetProperties, DocValuesMissingTest, TestObjectReleaseTracker, TestAddFieldRealTimeGet, ZkStateWriterTest, CollectionTooManyReplicasTest, TestClusterStateMutator, TestQueryWrapperFilter, PropertiesRequestHandlerTest, ShardRoutingTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, BasicZkTest, ClusterStateUpdateTest, ZkSolrClientTest, TestDistributedGrouping, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, SolrCoreTest, TestGroupingSearch, QueryElevationComponentTest, BasicFunctionalityTest, TestBadConfig, SoftAutoCommitTest, MinimalSchemaTest, TestPostingsSolrHighlighter, TestCodecSupport, TestBM25SimilarityFactory, ScriptEngineTest, URLClassifyProcessorTest, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, SliceStateTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestLuceneIndexBackCompat, ConnectionReuseTest, AliasIntegrationTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, DeleteShardTest, DistribCursorPagingTest, HealthCheckHandlerTest, HttpPartitionTest, MigrateRouteKeyTest, MissingSegmentRecoveryTest, MoveReplicaHDFSTest, MoveReplicaTest, PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, TestAuthenticationFramework, TestCloudRecovery, TestDeleteCollectionOnDownNodes, TestExclusionRuleCollectionAccess, TestMiniSolrCloudClusterSSL, TestRandomFlRTGCloud, TestSSLRandomization, TestSizeLimitedDistributedMap, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, CollectionReloadTest, CollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, TestRequestStatusCollectionAPI, AutoAddReplicasIntegrationTest, AutoAddReplicasPlanActionTest] [junit4] Completed [581/770 (1!)] on J1 in 13.75s, 1 test, 1 error <<< FAILURES! [...truncated 41420 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
