Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6968/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseG1GC --illegal-access=deny
1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:57889/solr] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:57889/solr] at __randomizedtesting.SeedInfo.seed([2BF934483CC826DF:134A10B61B3BF20E]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57889/solr at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:640) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) ... 43 more Caused by: java.net.SocketException: Software caused connection abort: recv failed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525) ... 47 more Build Log: [...truncated 13467 lines...] [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest [junit4] 2> 2467868 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\init-core-data-001 [junit4] 2> 2467869 WARN (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16 [junit4] 2> 2467870 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 2467871 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-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) [junit4] 2> 2467872 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001 [junit4] 2> 2467873 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 2467873 INFO (Thread-5893) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2467873 INFO (Thread-5893) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 2467879 ERROR (Thread-5893) [ ] 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> 2467974 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:57879 [junit4] 2> 2467981 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f38d60efd0000, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 2467984 INFO (jetty-launcher-4146-thread-1) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2467984 INFO (jetty-launcher-4146-thread-2) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2467985 INFO (jetty-launcher-4146-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77fcb7b7{/solr,null,AVAILABLE} [junit4] 2> 2467985 INFO (jetty-launcher-4146-thread-3) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2467986 INFO (jetty-launcher-4146-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10a76004{/solr,null,AVAILABLE} [junit4] 2> 2467987 INFO (jetty-launcher-4146-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@773b661d{HTTP/1.1,[http/1.1]}{127.0.0.1:57886} [junit4] 2> 2467987 INFO (jetty-launcher-4146-thread-3) [ ] o.e.j.s.Server Started @2479334ms [junit4] 2> 2467987 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57886} [junit4] 2> 2467987 INFO (jetty-launcher-4146-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f7a878c{/solr,null,AVAILABLE} [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@59b419ba{HTTP/1.1,[http/1.1]}{127.0.0.1:57883} [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-1) [ ] o.e.j.s.Server Started @2479334ms [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57883} [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7b539c29{HTTP/1.1,[http/1.1]}{127.0.0.1:57889} [junit4] 2> 2467988 ERROR (jetty-launcher-4146-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-2) [ ] o.e.j.s.Server Started @2479335ms [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57889} [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 2467988 ERROR (jetty-launcher-4146-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-10-20T08:11:13.643144900Z [junit4] 2> 2467988 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 2467989 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2467989 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 2467989 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-10-20T08:11:13.644157500Z [junit4] 2> 2467987 ERROR (jetty-launcher-4146-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2467990 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 2467990 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2467990 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 2467990 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-10-20T08:11:13.645153300Z [junit4] 2> 2467997 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2467997 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2468004 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2468005 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57879/solr [junit4] 2> 2468008 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57879/solr [junit4] 2> 2468013 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57879/solr [junit4] 2> 2468014 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f38d60efd0004, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 2468017 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f38d60efd0005, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 2468021 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f38d60efd0006, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 2468226 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2468226 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2468228 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57886_solr [junit4] 2> 2468229 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57889_solr [junit4] 2> 2468229 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.c.Overseer Overseer (id=98860208851058697-127.0.0.1:57886_solr-n_0000000000) starting [junit4] 2> 2468234 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2468234 INFO (zkCallback-4163-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2468251 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57886_solr [junit4] 2> 2468333 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57886.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2468345 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57886.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2468345 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57886.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2468347 INFO (jetty-launcher-4146-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\. [junit4] 2> 2468363 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2468363 INFO (zkCallback-4163-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2468367 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2468370 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2468373 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57883_solr [junit4] 2> 2468375 INFO (zkCallback-4163-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2468375 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2468377 INFO (zkCallback-4161-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2468409 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57889.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2468420 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57889.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2468420 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57889.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2468422 INFO (jetty-launcher-4146-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node2\. [junit4] 2> 2468470 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57883.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2468481 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57883.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2468481 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57883.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2468484 INFO (jetty-launcher-4146-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node1\. [junit4] 2> 2468537 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 2468538 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57879/solr ready [junit4] 2> 2468565 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testSimple [junit4] 2> 2468571 INFO (qtp1568402248-25865) [ ] 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:57886_solr,127.0.0.1:57889_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2468574 INFO (OverseerThreadFactory-11390-thread-1) [ ] o.a.s.c.CreateCollectionCmd Create collection testSimple1 [junit4] 2> 2468689 INFO (OverseerStateUpdate-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:57889/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2468693 INFO (OverseerStateUpdate-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:57886/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2468696 INFO (OverseerStateUpdate-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:57889/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2468698 INFO (OverseerStateUpdate-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:57886/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2468903 INFO (qtp1568402248-25866) [ ] 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> 2468903 INFO (qtp2044728756-25854) [ ] 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> 2468903 INFO (qtp1568402248-25866) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2468905 INFO (qtp1568402248-25869) [ ] 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> 2468906 INFO (qtp2044728756-25854) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2468907 INFO (qtp2044728756-25857) [ ] 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> 2469018 INFO (zkCallback-4163-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2469021 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2469021 INFO (zkCallback-4163-thread-2) [ ] 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> 2469021 INFO (zkCallback-4162-thread-2) [ ] 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> 2469940 INFO (qtp2044728756-25857) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2469940 INFO (qtp1568402248-25866) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2469945 INFO (qtp2044728756-25854) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2469949 INFO (qtp2044728756-25857) [ ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal [junit4] 2> 2469949 INFO (qtp1568402248-25866) [ ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal [junit4] 2> 2469952 INFO (qtp1568402248-25866) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2469952 INFO (qtp1568402248-25866) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true [junit4] 2> 2469952 INFO (qtp1568402248-25869) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2469953 INFO (qtp1568402248-25866) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57889.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2469953 INFO (qtp1568402248-25866) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2469953 INFO (qtp1568402248-25866) [ ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node2\testSimple1_shard2_replica_n4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node2\.\testSimple1_shard2_replica_n4\data\] [junit4] 2> 2469954 INFO (qtp2044728756-25857) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2469954 INFO (qtp2044728756-25857) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true [junit4] 2> 2469955 INFO (qtp2044728756-25854) [ ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal [junit4] 2> 2469955 INFO (qtp2044728756-25857) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57886.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2469955 INFO (qtp2044728756-25857) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2469955 INFO (qtp2044728756-25857) [ ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\testSimple1_shard2_replica_n6], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\.\testSimple1_shard2_replica_n6\data\] [junit4] 2> 2469957 INFO (qtp2044728756-25854) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2469957 INFO (qtp2044728756-25854) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true [junit4] 2> 2469958 INFO (qtp2044728756-25854) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57886.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2469958 INFO (qtp2044728756-25854) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2469958 INFO (qtp2044728756-25854) [ ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\testSimple1_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\.\testSimple1_shard1_replica_n2\data\] [junit4] 2> 2469963 INFO (qtp1568402248-25869) [ ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal [junit4] 2> 2469965 INFO (qtp1568402248-25869) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2469965 INFO (qtp1568402248-25869) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true [junit4] 2> 2469966 INFO (qtp1568402248-25869) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57889.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2469966 INFO (qtp1568402248-25869) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2469966 INFO (qtp1568402248-25869) [ ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node2\testSimple1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node2\.\testSimple1_shard1_replica_n1\data\] [junit4] 2> 2470049 INFO (qtp2044728756-25857) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2470049 INFO (qtp2044728756-25857) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2470051 INFO (qtp2044728756-25857) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2470051 INFO (qtp2044728756-25857) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2470053 INFO (qtp1568402248-25866) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2470053 INFO (qtp1568402248-25866) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2470056 INFO (qtp1568402248-25866) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2470056 INFO (qtp1568402248-25866) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2470058 INFO (qtp2044728756-25857) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ce690e0[testSimple1_shard2_replica_n6] main] [junit4] 2> 2470059 INFO (qtp2044728756-25857) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2470060 INFO (qtp1568402248-25866) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19a03a61[testSimple1_shard2_replica_n4] main] [junit4] 2> 2470060 INFO (qtp2044728756-25857) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2470061 INFO (qtp2044728756-25857) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2470061 INFO (qtp2044728756-25857) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581763343905980416 [junit4] 2> 2470061 INFO (qtp1568402248-25866) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2470061 INFO (qtp1568402248-25866) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2470063 INFO (qtp2044728756-25854) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2470063 INFO (qtp2044728756-25854) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2470063 INFO (qtp1568402248-25866) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2470064 INFO (qtp1568402248-25866) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581763343909126144 [junit4] 2> 2470066 INFO (qtp2044728756-25854) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2470066 INFO (qtp2044728756-25854) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2470067 INFO (qtp2044728756-25857) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 2470070 INFO (qtp2044728756-25854) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ff6edb2[testSimple1_shard1_replica_n2] main] [junit4] 2> 2470072 INFO (qtp2044728756-25854) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2470072 INFO (qtp2044728756-25854) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2470073 INFO (qtp2044728756-25854) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2470073 INFO (qtp2044728756-25854) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581763343918563328 [junit4] 2> 2470075 INFO (searcherExecutor-11395-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@4ce690e0[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2470076 INFO (searcherExecutor-11394-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@19a03a61[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2470077 INFO (searcherExecutor-11396-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@5ff6edb2[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2470078 INFO (qtp2044728756-25854) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 2470123 INFO (qtp1568402248-25869) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2470124 INFO (qtp1568402248-25869) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2470126 INFO (qtp1568402248-25869) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2470126 INFO (qtp1568402248-25869) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2470127 INFO (qtp1568402248-25869) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d1535[testSimple1_shard1_replica_n1] main] [junit4] 2> 2470129 INFO (qtp1568402248-25869) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2470130 INFO (qtp1568402248-25869) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2470130 INFO (qtp1568402248-25869) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2470131 INFO (searcherExecutor-11397-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@3d1535[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2470131 INFO (qtp1568402248-25869) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581763343979380736 [junit4] 2> 2470181 INFO (zkCallback-4163-thread-2) [ ] 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> 2470181 INFO (zkCallback-4163-thread-3) [ ] 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> 2470181 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2470181 INFO (zkCallback-4162-thread-2) [ ] 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> 2470568 INFO (qtp2044728756-25857) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2470568 INFO (qtp2044728756-25857) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2470568 INFO (qtp2044728756-25857) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57886/solr/testSimple1_shard2_replica_n6/ [junit4] 2> 2470569 INFO (qtp2044728756-25857) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:57886/solr START replicas=[http://127.0.0.1:57889/solr/testSimple1_shard2_replica_n4/] nUpdates=100 [junit4] 2> 2470571 INFO (qtp1568402248-25884) [ ] 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> 2470579 INFO (qtp2044728756-25854) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2470579 INFO (qtp2044728756-25854) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2470579 INFO (qtp2044728756-25854) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57886/solr/testSimple1_shard1_replica_n2/ [junit4] 2> 2470580 INFO (qtp2044728756-25854) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:57886/solr START replicas=[http://127.0.0.1:57889/solr/testSimple1_shard1_replica_n1/] nUpdates=100 [junit4] 2> 2470580 INFO (qtp1568402248-25885) [ ] 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> 2470869 INFO (qtp2044728756-25857) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:57886/solr DONE. We have no versions. sync failed. [junit4] 2> 2470869 INFO (qtp2044728756-25857) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2470869 INFO (qtp2044728756-25857) [ ] 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> 2470869 INFO (qtp2044728756-25857) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2470873 INFO (qtp2044728756-25857) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57886/solr/testSimple1_shard2_replica_n6/ shard2 [junit4] 2> 2470881 INFO (qtp2044728756-25854) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:57886/solr DONE. We have no versions. sync failed. [junit4] 2> 2470881 INFO (qtp2044728756-25854) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2470881 INFO (qtp2044728756-25854) [ ] 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> 2470881 INFO (qtp2044728756-25854) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2470884 INFO (qtp2044728756-25854) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57886/solr/testSimple1_shard1_replica_n2/ shard1 [junit4] 2> 2470987 INFO (zkCallback-4162-thread-2) [ ] 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> 2470987 INFO (zkCallback-4163-thread-3) [ ] 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> 2470987 INFO (zkCallback-4163-thread-2) [ ] 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> 2470987 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2471027 INFO (qtp2044728756-25857) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2471029 INFO (qtp2044728756-25857) [ ] 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=2121 [junit4] 2> 2471036 INFO (qtp2044728756-25854) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2471038 INFO (qtp2044728756-25854) [ ] 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=2135 [junit4] 2> 2471073 INFO (qtp1568402248-25866) [ ] 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=2170 [junit4] 2> 2471136 INFO (qtp1568402248-25869) [ ] 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=2230 [junit4] 2> 2471139 INFO (qtp1568402248-25865) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2471237 INFO (zkCallback-4162-thread-2) [ ] 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> 2471237 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2471237 INFO (zkCallback-4163-thread-2) [ ] 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> 2471237 INFO (zkCallback-4163-thread-3) [ ] 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> 2472139 INFO (qtp1568402248-25865) [ ] 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:57886_solr,127.0.0.1:57889_solr&wt=javabin&version=2} status=0 QTime=3567 [junit4] 2> 2472139 INFO (qtp1568402248-25867) [ ] 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:57889_solr,127.0.0.1:57883_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2472142 INFO (OverseerThreadFactory-11390-thread-2) [ ] o.a.s.c.CreateCollectionCmd Create collection testSimple2 [junit4] 2> 2472143 INFO (OverseerCollectionConfigSetProcessor-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 2472352 INFO (OverseerStateUpdate-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:57889/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2472352 INFO (OverseerStateUpdate-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:57883/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2472554 INFO (qtp1568402248-25848) [ ] 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> 2472556 INFO (qtp429401772-25847) [ ] 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> 2472557 INFO (qtp429401772-25847) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2472664 INFO (zkCallback-4161-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2472664 INFO (zkCallback-4162-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2472664 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2472665 INFO (zkCallback-4161-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2473573 INFO (qtp429401772-25847) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2473573 INFO (qtp1568402248-25848) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2473622 INFO (qtp1568402248-25848) [ ] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal [junit4] 2> 2473622 INFO (qtp429401772-25847) [ ] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal [junit4] 2> 2473624 INFO (qtp1568402248-25848) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2473624 INFO (qtp1568402248-25848) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true [junit4] 2> 2473624 INFO (qtp429401772-25847) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2473624 INFO (qtp429401772-25847) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true [junit4] 2> 2473624 INFO (qtp429401772-25847) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57883.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2473624 INFO (qtp429401772-25847) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2473624 INFO (qtp429401772-25847) [ ] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node1\testSimple2_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node1\.\testSimple2_shard1_replica_n2\data\] [junit4] 2> 2473624 INFO (qtp1568402248-25848) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57889.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2473624 INFO (qtp1568402248-25848) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2473624 INFO (qtp1568402248-25848) [ ] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node2\testSimple2_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node2\.\testSimple2_shard1_replica_n1\data\] [junit4] 2> 2473723 INFO (qtp429401772-25847) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2473723 INFO (qtp429401772-25847) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2473727 INFO (qtp429401772-25847) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2473727 INFO (qtp429401772-25847) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2473729 INFO (qtp429401772-25847) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@33ac06cc[testSimple2_shard1_replica_n2] main] [junit4] 2> 2473730 INFO (qtp429401772-25847) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2473731 INFO (qtp429401772-25847) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2473731 INFO (qtp429401772-25847) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2473732 INFO (searcherExecutor-11415-thread-1) [ ] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@33ac06cc[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2473732 INFO (qtp429401772-25847) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581763347755302912 [junit4] 2> 2473741 INFO (qtp429401772-25847) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 2473751 INFO (qtp1568402248-25848) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2473751 INFO (qtp1568402248-25848) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2473754 INFO (qtp1568402248-25848) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2473754 INFO (qtp1568402248-25848) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2473755 INFO (qtp1568402248-25848) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@42f26cab[testSimple2_shard1_replica_n1] main] [junit4] 2> 2473757 INFO (qtp1568402248-25848) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2473757 INFO (qtp1568402248-25848) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2473758 INFO (qtp1568402248-25848) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2473760 INFO (searcherExecutor-11414-thread-1) [ ] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@42f26cab[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2473760 INFO (qtp1568402248-25848) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581763347784663040 [junit4] 2> 2473847 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2473847 INFO (zkCallback-4162-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2473847 INFO (zkCallback-4161-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2473847 INFO (zkCallback-4161-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2474242 INFO (qtp429401772-25847) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2474242 INFO (qtp429401772-25847) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2474242 INFO (qtp429401772-25847) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57883/solr/testSimple2_shard1_replica_n2/ [junit4] 2> 2474243 INFO (qtp429401772-25847) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=http://127.0.0.1:57883/solr START replicas=[http://127.0.0.1:57889/solr/testSimple2_shard1_replica_n1/] nUpdates=100 [junit4] 2> 2474245 INFO (qtp1568402248-25880) [ ] o.a.s.c.S.Request [testSimple2_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2474543 INFO (qtp429401772-25847) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=http://127.0.0.1:57883/solr DONE. We have no versions. sync failed. [junit4] 2> 2474543 INFO (qtp429401772-25847) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2474543 INFO (qtp429401772-25847) [ ] 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> 2474543 INFO (qtp429401772-25847) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2474550 INFO (qtp429401772-25847) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57883/solr/testSimple2_shard1_replica_n2/ shard1 [junit4] 2> 2474652 INFO (zkCallback-4162-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2474652 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2474652 INFO (zkCallback-4161-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2474652 INFO (zkCallback-4161-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2474703 INFO (qtp429401772-25847) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2474703 INFO (qtp429401772-25847) [ ] 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=2147 [junit4] 2> 2474772 INFO (qtp1568402248-25848) [ ] 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=2218 [junit4] 2> 2474774 INFO (qtp1568402248-25867) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2474874 INFO (zkCallback-4162-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2474874 INFO (zkCallback-4162-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2474875 INFO (zkCallback-4161-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2474875 INFO (zkCallback-4161-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2475776 INFO (qtp1568402248-25867) [ ] 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:57889_solr,127.0.0.1:57883_solr&wt=javabin&version=2} status=0 QTime=3635 [junit4] 2> 2475776 INFO (qtp1568402248-25880) [ ] 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:57886_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2475779 INFO (OverseerThreadFactory-11390-thread-3) [ ] o.a.s.c.CreateCollectionCmd Create collection testSimple3 [junit4] 2> 2475780 INFO (OverseerCollectionConfigSetProcessor-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 2475991 INFO (OverseerStateUpdate-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple3_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:57886/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2476004 INFO (OverseerStateUpdate-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple3_shard2_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:57886/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2476010 INFO (OverseerStateUpdate-98860208851058697-127.0.0.1:57886_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard3", [junit4] 2> "core":"testSimple3_shard3_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:57886/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2476215 INFO (qtp2044728756-25858) [ ] 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> 2476216 INFO (qtp2044728756-25859) [ ] 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> 2476217 INFO (qtp2044728756-25860) [ ] 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> 2476331 INFO (zkCallback-4163-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2477242 INFO (qtp2044728756-25860) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2477243 INFO (qtp2044728756-25859) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2477244 INFO (qtp2044728756-25858) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2477259 INFO (qtp2044728756-25860) [ ] o.a.s.s.IndexSchema [testSimple3_shard3_replica_n4] Schema name=minimal [junit4] 2> 2477259 INFO (qtp2044728756-25859) [ ] o.a.s.s.IndexSchema [testSimple3_shard2_replica_n2] Schema name=minimal [junit4] 2> 2477262 INFO (qtp2044728756-25860) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2477262 INFO (qtp2044728756-25860) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard3_replica_n4' using configuration from collection testSimple3, trusted=true [junit4] 2> 2477263 INFO (qtp2044728756-25859) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2477263 INFO (qtp2044728756-25859) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard2_replica_n2' using configuration from collection testSimple3, trusted=true [junit4] 2> 2477263 INFO (qtp2044728756-25860) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57886.solr.core.testSimple3.shard3.replica_n4' (registry 'solr.core.testSimple3.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2477263 INFO (qtp2044728756-25860) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2477263 INFO (qtp2044728756-25860) [ ] o.a.s.c.SolrCore [[testSimple3_shard3_replica_n4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\testSimple3_shard3_replica_n4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\.\testSimple3_shard3_replica_n4\data\] [junit4] 2> 2477266 INFO (qtp2044728756-25858) [ ] o.a.s.s.IndexSchema [testSimple3_shard1_replica_n1] Schema name=minimal [junit4] 2> 2477267 INFO (qtp2044728756-25859) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57886.solr.core.testSimple3.shard2.replica_n2' (registry 'solr.core.testSimple3.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2477268 INFO (qtp2044728756-25859) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2477268 INFO (qtp2044728756-25858) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2477268 INFO (qtp2044728756-25859) [ ] o.a.s.c.SolrCore [[testSimple3_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\testSimple3_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\.\testSimple3_shard2_replica_n2\data\] [junit4] 2> 2477268 INFO (qtp2044728756-25858) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard1_replica_n1' using configuration from collection testSimple3, trusted=true [junit4] 2> 2477268 INFO (qtp2044728756-25858) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57886.solr.core.testSimple3.shard1.replica_n1' (registry 'solr.core.testSimple3.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639260a2 [junit4] 2> 2477269 INFO (qtp2044728756-25858) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2477269 INFO (qtp2044728756-25858) [ ] o.a.s.c.SolrCore [[testSimple3_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\testSimple3_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001\tempDir-001\node3\.\testSimple3_shard1_replica_n1\data\] [junit4] 2> 2477627 INFO (qtp2044728756-25858) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2477627 INFO (qtp2044728756-25860) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2477627 INFO (qtp2044728756-25858) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2477628 INFO (qtp2044728756-25860) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2477632 INFO (qtp2044728756-25858) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2477632 INFO (qtp2044728756-25858) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2477637 INFO (qtp2044728756-25860) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2477638 INFO (qtp2044728756-25858) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3741dd87[testSimple3_shard1_replica_n1] main] [junit4] 2> 2477643 INFO (qtp2044728756-25860) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2477645 INFO (qtp2044728756-25860) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ca6d854[testSimple3_shard3_replica_n4] main] [junit4] 2> 2477649 INFO (qtp2044728756-25858) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2477649 INFO (qtp2044728756-25860) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2477651 INFO (qtp2044728756-25858) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2477651 INFO (qtp2044728756-25858) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2477651 INFO (qtp2044728756-25858) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581763351864672256 [junit4] 2> 2477653 INFO (qtp2044728756-25859) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2477653 INFO (qtp2044728756-25859) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2477655 INFO (searcherExecutor-11426-thread-1) [ ] o.a.s.c.SolrCore [testSimple3_shard1_replica_n1] Registered new searcher Searcher@3741dd87[testSimple3_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2477656 INFO (qtp2044728756-25860) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2477658 INFO (qtp2044728756-25860) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2477658 INFO (qtp2044728756-25860) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581763351872012288 [junit4] 2> 2477660 INFO (searcherExecutor-11424-thread-1) [ ] o.a.s.c.SolrCore [testSimple3_shard3_replica_n4] Registered new searcher Searcher@5ca6d854[testSimple3_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2477662 INFO (qtp2044728756-25859) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2477662 INFO (qtp2044728756-25859) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2477664 INFO (qtp2044728756-25859) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@745b00e2[testSimple3_shard2_replica_n2] main] [junit4] 2> 2477668 INFO (qtp2044728756-25859) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2477670 INFO (qtp2044728756-25859) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2477671 INFO (qtp2044728756-25859) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2477672 INFO (qtp2044728756-25859) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581763351886692352 [junit4] 2> 2477673 INFO (searcherExecutor-11425-thread-1) [ ] o.a.s.c.SolrCore [testSimple3_shard2_replica_n2] Registered new searcher Searcher@745b00e2[testSimple3_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2477680 INFO (qtp2044728756-25860) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2477680 INFO (qtp2044728756-25860) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2477682 INFO (qtp2044728756-25860) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57886/solr/testSimple3_shard3_replica_n4/ [junit4] 2> 2477682 INFO (qtp2044728756-25860) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 2477682 INFO (qtp2044728756-25860) [ ] o.a.s.c.SyncStrategy http://127.0.0.1:57886/solr/testSimple3_shard3_replica_n4/ has no replicas [junit4] 2> 2477682 INFO (qtp2044728756-25860) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2477688 INFO (qtp2044728756-25858) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2477688 INFO (qtp2044728756-25858) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2477689 INFO (qtp2044728756-25858) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57886/solr/testSimple3_shard1_replica_n1/ [junit4] 2> 2477689 INFO (qtp2044728756-25858) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 2477689 INFO (qtp2044728756-25858) [ ] o.a.s.c.SyncStrategy http://127.0.0.1:57886/solr/testSimple3_shard1_replica_n1/ has no replicas [junit4] 2> 2477689 INFO (qtp2044728756-25858) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2477693 INFO (qtp2044728756-25859) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2477693 INFO (qtp2044728756-25859) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2477693 INFO (qtp2044728756-25859) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57886/solr/testSimple3_shard2_replica_n2/ [junit4] 2> 2477693 INFO (qtp2044728756-25859) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 2477693 INFO (qtp2044728756-25859) [ ] o.a.s.c.SyncStrategy http://127.0.0.1:57886/solr/testSimple3_shard2_replica_n2/ has no replicas [junit4] 2> 2477693 INFO (qtp2044728756-25859) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2477702 INFO (qtp2044728756-25860) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57886/solr/testSimple3_shard3_replica_n4/ shard3 [junit4] 2> 2477702 INFO (qtp2044728756-25858) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57886/solr/testSimple3_shard1_replica_n1/ shard1 [junit4] 2> 2477702 INFO (qtp2044728756-25859) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57886/solr/testSimple3_shard2_replica_n2/ shard2 [junit4] 2> 2477812 INFO (zkCallback-4163-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2477854 INFO (qtp2044728756-25859) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2477854 INFO (qtp2044728756-25858) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2477856 INFO (qtp2044728756-25858) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple3_shard1_replica_n1&action=CREATE&numShards=3&collection=testSimple3&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1641 [junit4] 2> 2477857 INFO (qtp2044728756-25859) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple3_shard2_replica_n2&action=CREATE&numShards=3&collection=testSimple3&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1641 [junit4] 2> 2477858 INFO (qtp2044728756-25860) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2477860 INFO (qtp2044728756-25860) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple3_shard3_replica_n4&action=CREATE&numShards=3&collection=testSimple3&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1643 [junit4] 2> 2477864 INFO (qtp1568402248-25880) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2477963 INFO (zkCallback-4163-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2478866 INFO (qtp1568402248-25880) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:57886_solr&wt=javabin&version=2} status=0 QTime=3089 [junit4] 2> 2478874 INFO (qtp1568402248-25885) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 2478875 INFO (qtp1568402248-25885) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57879/solr ready [junit4] 2> 2478887 INFO (qtp1568402248-25869) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=1 [junit4] 2> 2478892 INFO (qtp2044728756-25881) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=2 [junit4] 2> 2478904 INFO (qtp429401772-25851) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0 [junit4] 2> 2478907 INFO (qtp1568402248-25885) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=39 [junit4] 2> 2478909 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@7b539c29{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 2478910 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1582735350 [junit4] 2> 2478910 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 2478911 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49d6ff4: rootName = solr_57889, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@29d63602 [junit4] 2> 2478921 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 2478922 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6585315e: rootName = solr_57889, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7caff6b0 [junit4] 2> 2478930 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 2478930 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f135573: rootName = solr_57889, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@729321ca [junit4] 2> 2478933 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:57889_solr [junit4] 2> 2478934 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[2BF934483CC826DF]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 2478934 INFO (zkCallback-4162-thread-2) [ ] o.a.s [...truncated too long message...] ntextHandler Stopped o.e.j.s.ServletContextHandler@10a76004{/solr,null,UNAVAILABLE} [junit4] 2> 2481672 ERROR (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-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> 2481673 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[2BF934483CC826DF]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57879 57879 [junit4] 2> 2481679 INFO (Thread-5893) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57879 57879 [junit4] 2> 2481681 WARN (Thread-5893) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 6 /solr/aliases.json [junit4] 2> 6 /solr/clusterprops.json [junit4] 2> 4 /solr/security.json [junit4] 2> 4 /solr/configs/conf [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 20 /solr/collections/testSimple2/state.json [junit4] 2> 20 /solr/collections/testSimple1/state.json [junit4] 2> 6 /solr/clusterstate.json [junit4] 2> 3 /solr/overseer_elect/election/98860208851058697-127.0.0.1:57886_solr-n_0000000000 [junit4] 2> 2 /solr/collections/testSimple1/leader_elect/shard1/election/98860208851058697-core_node5-n_0000000000 [junit4] 2> 2 /solr/collections/testSimple1/leader_elect/shard2/election/98860208851058697-core_node8-n_0000000000 [junit4] 2> 2 /solr/collections/testSimple2/leader_elect/shard1/election/98860208851058695-core_node4-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 6 /solr/live_nodes [junit4] 2> 6 /solr/collections [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_2BF934483CC826DF-001 [junit4] 2> Oct 20, 2017 8:11:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 4 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=78, maxMBSortInHeap=6.522337297243087, sim=RandomSimilarity(queryNorm=false): {}, locale=mg, timezone=America/Tijuana [junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=224969464,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [HdfsUnloadDistributedZkTest, SortByFunctionTest, StressHdfsTest, SubstringBytesRefFilterTest, RegexBoostProcessorTest, TestTestInjection, RAMDirectoryFactoryTest, TestZkAclsWithHadoopAuth, TestOmitPositions, SliceStateTest, TestImpersonationWithHadoopAuth, SolrGraphiteReporterTest, TestHttpShardHandlerFactory, TestSimpleTextCodec, TestConfigsApi, SolrTestCaseJ4Test, BlockCacheTest, TestRTimerTree, DirectUpdateHandlerOptimizeTest, TestImplicitCoreProperties, DistributedSuggestComponentTest, TestSchemalessBufferedUpdates, HLLSerializationTest, HdfsRestartWhileUpdatingTest, CollectionReloadTest, TestFilteredDocIdSet, ShardRoutingTest, SolrMetricsIntegrationTest, TestFreeTextSuggestions, SolrMetricManagerTest, MetricsConfigTest, TestBinaryField, TestJoin, TestPolicyCloud, TestOrdValues, SearchHandlerTest, TestQuerySenderNoQuery, TestRecovery, TestIntervalFaceting, CSVRequestHandlerTest, TestSubQueryTransformerDistrib, TestFieldTypeCollectionResource, OverseerModifyCollectionTest, TestClassicSimilarityFactory, TestSegmentSorting, TestPointFields, SuggestComponentContextFilterQueryTest, ChaosMonkeySafeLeaderWithPullReplicasTest, IndexSchemaTest, SaslZkACLProviderTest, DistribJoinFromCollectionTest, TestUtils, LeaderInitiatedRecoveryOnCommitTest, HdfsBasicDistributedZk2Test, TestSubQueryTransformer, TestHighlightDedupGrouping, SuggesterWFSTTest, ZkCLITest, TestTolerantUpdateProcessorRandomCloud, ParsingFieldUpdateProcessorsTest, CoreAdminRequestStatusTest, HdfsLockFactoryTest, BadIndexSchemaTest, URLClassifyProcessorTest, SolrRequestParserTest, TestStressRecovery, TestFieldCache, TestSchemaSimilarityResource, TestMissingGroups, TestAtomicUpdateErrorCases, TestManagedResourceStorage, TestPHPSerializedResponseWriter, TestConfigSets, ClusterStateTest, DisMaxRequestHandlerTest, ComputePlanActionTest, TestInitParams, SyncSliceTest, BigEndianAscendingWordSerializerTest, DistributedTermsComponentTest, TestNamedUpdateProcessors, TestCustomSort, DistributedSpellCheckComponentTest, TestLazyCores, TestNoOpRegenerator, LeaderElectionTest, DistributedFacetExistsSmallTest, TestSolr4Spatial, TestLFUCache, ZkControllerTest, ConvertedLegacyTest, JSONWriterTest, OutputWriterTest, TestConfigReload, TestCloudSearcherWarming, OverriddenZkACLAndCredentialsProvidersTest, IndexBasedSpellCheckerTest, ScriptEngineTest, ClassificationUpdateProcessorTest, TestCollectionAPI, TestConfigSetImmutable, TestHashQParserPlugin, DistributedDebugComponentTest, TestReplicationHandler, TestXIncludeConfig, TestDistributedStatsComponentCardinality, TestCloudDeleteByQuery, BasicAuthIntegrationTest, TestSolrCloudWithDelegationTokens, CollectionTooManyReplicasTest, NumericFieldsTest, BooleanFieldTest, TestHdfsCloudBackupRestore, DistanceFunctionTest, TestScoreJoinQPScore, TestRawTransformer, CurrencyFieldTypeTest, AlternateDirectoryTest, MoveReplicaHDFSFailoverTest, TestRandomDVFaceting, TestSolrXml, MigrateRouteKeyTest, PathHierarchyTokenizerFactoryTest, MoveReplicaTest, TestSolrCoreSnapshots, TestLegacyNumericRangeQueryBuilder, TestSizeLimitedDistributedMap, TestExactStatsCache, TestQuerySenderListener, AddReplicaTest, TimeZoneUtilsTest, TestTolerantSearch, HdfsDirectoryFactoryTest, TestSolrQueryResponse, TestSolrCoreParser, TestFieldCacheSort, HdfsThreadLeakTest, NotRequiredUniqueKeyTest, LargeFieldTest, BlockJoinFacetRandomTest, TestLocalFSCloudBackupRestore, SolrInfoBeanTest, TestBulkSchemaAPI, ResourceLoaderTest, HdfsCollectionsAPIDistributedZkTest, AddBlockUpdateTest, TestTlogReplica, TestSearcherReuse, TestSolrDeletionPolicy2, TestSlowCompositeReaderWrapper, TestPullReplicaErrorHandling, TestManagedSynonymGraphFilterFactory, SpatialFilterTest, TestCoreDiscovery, TestUpdate, PeerSyncWithIndexFingerprintCachingTest, CdcrUpdateLogTest, WrapperMergePolicyFactoryTest, TestCloudSchemaless, SpellCheckCollatorWithCollapseTest, TestSmileRequest, V2ApiIntegrationTest, UUIDFieldTest, DocExpirationUpdateProcessorFactoryTest, TestEmbeddedSolrServerSchemaAPI, TestCSVResponseWriter, PeerSyncReplicationTest, TestDocBasedVersionConstraints, HdfsRecoverLeaseTest, ResponseHeaderTest, TestApiFramework, TestComplexPhraseLeadingWildcard, TestBulkSchemaConcurrent, CollectionsAPISolrJTest, RecoveryZkTest, TestLegacyNumericUtils, AssignBackwardCompatibilityTest, TestHdfsUpdateLog, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestStressVersions, TestRangeQuery, StatsComponentTest, BasicFunctionalityTest, TestBadConfig, HighlighterTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, DefaultValueUpdateProcessorTest, TestSolrDeletionPolicy1, CacheHeaderTest, TestSurroundQueryParser, TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, RequestHandlersTest, TestValueSourceCache, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, TestJmxIntegration, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestComponentsName, HighlighterConfigTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, MultiTermTest, MinimalSchemaTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, DirectSolrConnectionTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestLuceneIndexBackCompat, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DistribCursorPagingTest, DocValuesNotIndexedTest, HealthCheckHandlerTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, NodeMutatorTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudPseudoReturnFields, TestClusterProperties, TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPI, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, TestLockTree, TestMiniSolrCloudClusterSSL, TestPrepRecovery, TestRandomFlRTGCloud, TestRebalanceLeaders, TestReplicaProperties, TestSkipOverseerOperations, TestStressInPlaceUpdates, TriLevelCompositeIdRoutingTest, AutoAddReplicasPlanActionTest] [junit4] Completed [575/745 (1!)] on J0 in 14.59s, 1 test, 1 error <<< FAILURES! [...truncated 40539 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
