Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/753/ Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseParallelGC
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:34177/solr] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:34177/solr] at __randomizedtesting.SeedInfo.seed([1FB2632D2CCEE337:270147D30B3D37E6]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:34177/solr at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) ... 44 more Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:34177 failed to respond at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) ... 48 more Build Log: [...truncated 13340 lines...] [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/init-core-data-001 [junit4] 2> 2453789 WARN (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2138 numCloses=2138 [junit4] 2> 2453789 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 2453790 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 2453790 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 2453790 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001 [junit4] 2> 2453790 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 2453790 INFO (Thread-7676) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2453790 INFO (Thread-7676) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 2453791 ERROR (Thread-7676) [ ] 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> 2453890 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:45707 [junit4] 2> 2453897 INFO (jetty-launcher-5592-thread-3) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2453897 INFO (jetty-launcher-5592-thread-2) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2453897 INFO (jetty-launcher-5592-thread-1) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2453899 INFO (jetty-launcher-5592-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d055982{/solr,null,AVAILABLE} [junit4] 2> 2453899 INFO (jetty-launcher-5592-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@91ffe8f{/solr,null,AVAILABLE} [junit4] 2> 2453899 INFO (jetty-launcher-5592-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33a5776{/solr,null,AVAILABLE} [junit4] 2> 2453900 INFO (jetty-launcher-5592-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@711065e0{HTTP/1.1,[http/1.1]}{127.0.0.1:45531} [junit4] 2> 2453900 INFO (jetty-launcher-5592-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@528a2c3{HTTP/1.1,[http/1.1]}{127.0.0.1:36403} [junit4] 2> 2453901 INFO (jetty-launcher-5592-thread-2) [ ] o.e.j.s.Server Started @2455323ms [junit4] 2> 2453901 INFO (jetty-launcher-5592-thread-3) [ ] o.e.j.s.Server Started @2455323ms [junit4] 2> 2453901 INFO (jetty-launcher-5592-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45531} [junit4] 2> 2453901 INFO (jetty-launcher-5592-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36403} [junit4] 2> 2453900 INFO (jetty-launcher-5592-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@51ee9e79{HTTP/1.1,[http/1.1]}{127.0.0.1:34177} [junit4] 2> 2453901 INFO (jetty-launcher-5592-thread-1) [ ] o.e.j.s.Server Started @2455323ms [junit4] 2> 2453901 INFO (jetty-launcher-5592-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34177} [junit4] 2> 2453901 ERROR (jetty-launcher-5592-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2453901 ERROR (jetty-launcher-5592-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2453901 INFO (jetty-launcher-5592-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.2.0 [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.2.0 [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-06T01:08:19.905Z [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-06T01:08:19.905Z [junit4] 2> 2453901 ERROR (jetty-launcher-5592-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.2.0 [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2453902 INFO (jetty-launcher-5592-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-06T01:08:19.905Z [junit4] 2> 2453904 INFO (jetty-launcher-5592-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2453904 INFO (jetty-launcher-5592-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2453904 INFO (jetty-launcher-5592-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2453911 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 0x15f8edefed20002, 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.lang.Thread.run(Thread.java:748) [junit4] 2> 2453913 INFO (jetty-launcher-5592-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45707/solr [junit4] 2> 2453914 INFO (jetty-launcher-5592-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45707/solr [junit4] 2> 2453915 INFO (jetty-launcher-5592-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45707/solr [junit4] 2> 2453956 INFO (jetty-launcher-5592-thread-2) [n:127.0.0.1:45531_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2453956 INFO (jetty-launcher-5592-thread-3) [n:127.0.0.1:36403_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2453956 INFO (jetty-launcher-5592-thread-1) [n:127.0.0.1:34177_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2453956 INFO (jetty-launcher-5592-thread-2) [n:127.0.0.1:45531_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45531_solr [junit4] 2> 2453956 INFO (jetty-launcher-5592-thread-3) [n:127.0.0.1:36403_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36403_solr [junit4] 2> 2453957 INFO (jetty-launcher-5592-thread-1) [n:127.0.0.1:34177_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34177_solr [junit4] 2> 2453957 INFO (jetty-launcher-5592-thread-2) [n:127.0.0.1:45531_solr ] o.a.s.c.Overseer Overseer (id=98954805234499593-127.0.0.1:45531_solr-n_0000000000) starting [junit4] 2> 2453957 INFO (zkCallback-5609-thread-1-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2453958 INFO (zkCallback-5608-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2453958 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2453962 INFO (zkCallback-5608-thread-2-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2453962 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2453963 INFO (zkCallback-5609-thread-1-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2453967 INFO (jetty-launcher-5592-thread-2) [n:127.0.0.1:45531_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45531_solr [junit4] 2> 2453967 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2453967 INFO (zkCallback-5608-thread-2-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2453971 INFO (zkCallback-5609-thread-1-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2454014 INFO (jetty-launcher-5592-thread-1) [n:127.0.0.1:34177_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2454019 INFO (jetty-launcher-5592-thread-1) [n:127.0.0.1:34177_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2454019 INFO (jetty-launcher-5592-thread-1) [n:127.0.0.1:34177_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2454020 INFO (jetty-launcher-5592-thread-1) [n:127.0.0.1:34177_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node1/. [junit4] 2> 2454050 INFO (jetty-launcher-5592-thread-3) [n:127.0.0.1:36403_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36403.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2454050 INFO (jetty-launcher-5592-thread-2) [n:127.0.0.1:45531_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45531.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2454054 INFO (jetty-launcher-5592-thread-3) [n:127.0.0.1:36403_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36403.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2454054 INFO (jetty-launcher-5592-thread-2) [n:127.0.0.1:45531_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45531.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2454055 INFO (jetty-launcher-5592-thread-3) [n:127.0.0.1:36403_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36403.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2454055 INFO (jetty-launcher-5592-thread-2) [n:127.0.0.1:45531_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45531.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2454055 INFO (jetty-launcher-5592-thread-3) [n:127.0.0.1:36403_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node3/. [junit4] 2> 2454055 INFO (jetty-launcher-5592-thread-2) [n:127.0.0.1:45531_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node2/. [junit4] 2> 2454087 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 2454087 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45707/solr ready [junit4] 2> 2454102 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[1FB2632D2CCEE337]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testSimple [junit4] 2> 2454102 INFO (qtp371581524-32463) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:34177_solr,127.0.0.1:36403_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2454103 INFO (OverseerThreadFactory-8272-thread-1-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.CreateCollectionCmd Create collection testSimple1 [junit4] 2> 2454208 INFO (OverseerStateUpdate-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:34177/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2454209 INFO (OverseerStateUpdate-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:36403/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2454210 INFO (OverseerStateUpdate-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:34177/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2454212 INFO (OverseerStateUpdate-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:36403/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2454414 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2454414 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2454414 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2454414 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2454414 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2454415 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2454518 INFO (zkCallback-5608-thread-2-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2454518 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2454518 INFO (zkCallback-5607-thread-2-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2454518 INFO (zkCallback-5608-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2455703 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2455704 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2455704 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2455709 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2455711 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal [junit4] 2> 2455713 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2455713 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true [junit4] 2> 2455713 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal [junit4] 2> 2455714 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36403.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2455714 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2455714 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node3/testSimple1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/] [junit4] 2> 2455721 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2455721 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true [junit4] 2> 2455722 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal [junit4] 2> 2455722 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2455722 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2455722 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node1/testSimple1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/] [junit4] 2> 2455722 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal [junit4] 2> 2455723 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2455723 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true [junit4] 2> 2455724 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36403.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2455724 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2455724 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node3/testSimple1_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/] [junit4] 2> 2455724 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2455724 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true [junit4] 2> 2455724 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2455724 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2455724 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node1/testSimple1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/] [junit4] 2> 2455748 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2455748 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2455749 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2455749 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2455749 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2455749 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2455750 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@73c62edb[testSimple1_shard2_replica_n6] main] [junit4] 2> 2455750 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2455750 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2455751 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2455751 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2455751 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2455751 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@61063e9[testSimple1_shard2_replica_n4] main] [junit4] 2> 2455752 INFO (searcherExecutor-8281-thread-1-processing-n:127.0.0.1:36403_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@73c62edb[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2455752 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583276885808250880 [junit4] 2> 2455752 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2455752 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2455752 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2455752 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2455752 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2455753 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2455753 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2455753 INFO (searcherExecutor-8280-thread-1-processing-n:127.0.0.1:34177_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@61063e9[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2455753 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583276885809299456 [junit4] 2> 2455754 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@59dc6cdd[testSimple1_shard1_replica_n2] main] [junit4] 2> 2455754 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2455754 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2455754 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 2455754 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2455755 INFO (searcherExecutor-8279-thread-1-processing-n:127.0.0.1:36403_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@59dc6cdd[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2455755 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583276885811396608 [junit4] 2> 2455756 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2455756 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2455757 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 2455757 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2455757 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2455758 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@bf47024[testSimple1_shard1_replica_n1] main] [junit4] 2> 2455758 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2455758 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2455759 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2455759 INFO (searcherExecutor-8282-thread-1-processing-n:127.0.0.1:34177_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@bf47024[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2455759 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583276885815590912 [junit4] 2> 2455858 INFO (zkCallback-5608-thread-2-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2455858 INFO (zkCallback-5607-thread-2-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2455858 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2455858 INFO (zkCallback-5608-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2456255 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2456255 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2456255 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36403/solr/testSimple1_shard2_replica_n6/ [junit4] 2> 2456256 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:36403/solr START replicas=[http://127.0.0.1:34177/solr/testSimple1_shard2_replica_n4/] nUpdates=100 [junit4] 2> 2456257 INFO (qtp371581524-32456) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.S.Request [testSimple1_shard2_replica_n4] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2456258 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2456258 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2456258 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36403/solr/testSimple1_shard1_replica_n2/ [junit4] 2> 2456258 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:36403/solr START replicas=[http://127.0.0.1:34177/solr/testSimple1_shard1_replica_n1/] nUpdates=100 [junit4] 2> 2456259 INFO (qtp371581524-32532) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.S.Request [testSimple1_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2456556 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:36403/solr DONE. We have no versions. sync failed. [junit4] 2> 2456556 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2456556 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 2456556 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2456558 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:36403/solr DONE. We have no versions. sync failed. [junit4] 2> 2456561 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2456561 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 2456559 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36403/solr/testSimple1_shard2_replica_n6/ shard2 [junit4] 2> 2456561 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2456563 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36403/solr/testSimple1_shard1_replica_n2/ shard1 [junit4] 2> 2456664 INFO (zkCallback-5608-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2456664 INFO (zkCallback-5608-thread-2-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2456664 INFO (zkCallback-5607-thread-2-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2456664 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2456712 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2456713 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2456721 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2306 [junit4] 2> 2456725 INFO (qtp1783201498-32457) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2311 [junit4] 2> 2456758 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2343 [junit4] 2> 2456763 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2349 [junit4] 2> 2456766 INFO (qtp371581524-32463) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2456864 INFO (zkCallback-5607-thread-2-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2456864 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2456864 INFO (zkCallback-5608-thread-2-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2456864 INFO (zkCallback-5608-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2457766 INFO (qtp371581524-32463) [n:127.0.0.1:34177_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:34177_solr,127.0.0.1:36403_solr&wt=javabin&version=2} status=0 QTime=3663 [junit4] 2> 2457767 INFO (qtp371581524-32465) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36403_solr,127.0.0.1:45531_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2457770 INFO (OverseerThreadFactory-8272-thread-2-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.CreateCollectionCmd Create collection testSimple2 [junit4] 2> 2457770 INFO (OverseerCollectionConfigSetProcessor-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 2457977 INFO (OverseerStateUpdate-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:45531/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2457978 INFO (OverseerStateUpdate-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:36403/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2458180 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2458180 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2458180 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2458283 INFO (zkCallback-5607-thread-2-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2458283 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2458283 INFO (zkCallback-5609-thread-1-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2458283 INFO (zkCallback-5609-thread-2-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459194 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2459194 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2459217 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal [junit4] 2> 2459217 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal [junit4] 2> 2459220 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2459220 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2459220 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true [junit4] 2> 2459220 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true [junit4] 2> 2459220 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45531.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2459220 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36403.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2459220 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2459221 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2459221 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node2/testSimple2_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/] [junit4] 2> 2459221 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node3/testSimple2_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001/tempDir-001/node3/./testSimple2_shard1_replica_n2/data/] [junit4] 2> 2459255 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2459255 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2459255 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2459255 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2459256 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2459256 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2459256 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2459256 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2459257 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2745c87f[testSimple2_shard1_replica_n2] main] [junit4] 2> 2459257 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@77f7050e[testSimple2_shard1_replica_n1] main] [junit4] 2> 2459258 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2459258 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2459258 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2459258 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2459258 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2459258 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2459259 INFO (searcherExecutor-8299-thread-1-processing-n:127.0.0.1:45531_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@77f7050e[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2459259 INFO (searcherExecutor-8300-thread-1-processing-n:127.0.0.1:36403_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@2745c87f[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2459259 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583276889485606912 [junit4] 2> 2459259 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583276889485606912 [junit4] 2> 2459261 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2459261 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2459261 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45531/solr/testSimple2_shard1_replica_n1/ [junit4] 2> 2459261 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:45531/solr START replicas=[http://127.0.0.1:36403/solr/testSimple2_shard1_replica_n2/] nUpdates=100 [junit4] 2> 2459262 INFO (qtp1783201498-32461) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.S.Request [testSimple2_shard1_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2459362 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459362 INFO (zkCallback-5607-thread-2-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459362 INFO (zkCallback-5609-thread-2-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459362 INFO (zkCallback-5609-thread-3-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459561 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:45531/solr DONE. We have no versions. sync failed. [junit4] 2> 2459562 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2459562 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 2459562 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2459567 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45531/solr/testSimple2_shard1_replica_n1/ shard1 [junit4] 2> 2459668 INFO (zkCallback-5607-thread-2-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459668 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459668 INFO (zkCallback-5609-thread-3-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459668 INFO (zkCallback-5609-thread-2-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459718 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2459726 INFO (qtp1460297679-32462) [n:127.0.0.1:45531_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1545 [junit4] 2> 2459821 INFO (zkCallback-5607-thread-2-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459821 INFO (zkCallback-5609-thread-3-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459821 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2459821 INFO (zkCallback-5609-thread-2-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2460270 INFO (qtp1783201498-32458) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2089 [junit4] 2> 2460272 INFO (qtp371581524-32465) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2460364 INFO (zkCallback-5607-thread-2-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2460364 INFO (zkCallback-5607-thread-1-processing-n:127.0.0.1:36403_solr) [n:127.0.0.1:36403_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2460364 INFO (zkCallback-5609-thread-2-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2460364 INFO (zkCallback-5609-thread-3-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2461273 INFO (qtp371581524-32465) [n:127.0.0.1:34177_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36403_solr,127.0.0.1:45531_solr&wt=javabin&version=2} status=0 QTime=3505 [junit4] 2> 2461273 INFO (qtp371581524-32456) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:34177_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2461275 INFO (OverseerThreadFactory-8272-thread-3-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr ] o.a.s.c.CreateCollectionCmd Create collection testSimple3 [junit4] 2> 2461275 INFO (OverseerCollectionConfigSetProcessor-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 2461482 INFO (OverseerStateUpdate-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple3_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:34177/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2461483 INFO (OverseerStateUpdate-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple3_shard2_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:34177/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2461484 INFO (OverseerStateUpdate-98954805234499593-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard3", [junit4] 2> "core":"testSimple3_shard3_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:34177/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2461686 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple3_shard3_replica_n4&action=CREATE&numShards=3&collection=testSimple3&shard=shard3&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2461687 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple3_shard2_replica_n2&action=CREATE&numShards=3&collection=testSimple3&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2461687 INFO (qtp371581524-32468) [n:127.0.0.1:34177_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple3_shard1_replica_n1&action=CREATE&numShards=3&collection=testSimple3&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2461789 INFO (zkCallback-5608-thread-2-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2461789 INFO (zkCallback-5608-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2462697 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2462718 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2462720 INFO (qtp371581524-32468) [n:127.0.0.1:34177_solr c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2462724 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.s.IndexSchema [testSimple3_shard3_replica_n4] Schema name=minimal [junit4] 2> 2462724 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.s.IndexSchema [testSimple3_shard2_replica_n2] Schema name=minimal [junit4] 2> 2462726 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2462726 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2462726 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard2_replica_n2' using configuration from collection testSimple3, trusted=true [junit4] 2> 2462726 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard3_replica_n4' using configuration from collection testSimple3, trusted=true [junit4] 2> 2462726 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.core.testSimple3.shard2.replica_n2' (registry 'solr.core.testSimple3.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2462726 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.core.testSimple3.shard3.replica_n4' (registry 'solr.core.testSimple3.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1968c2ab [junit4] 2> 2462726 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2462726 INFO (qtp371581524-32453) [n:127.0.0.1:34177_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2462726 INFO (qtp371581524-32449) [n:127.0.0.1:34177_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.c.SolrCore [[testSimple3_shard2_replica_n2] ] Opening new SolrCore at [/home/j [...truncated too long message...] Simple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2899a5f3: rootName = solr_36403, domain = solr.core.testSimple2.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.testSimple2.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@e63506e [junit4] 2> 2466247 INFO (coreCloseExecutor-8357-thread-5) [n:127.0.0.1:34177_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testSimple3.shard3.replica_n4, tag=605278817 [junit4] 2> 2466247 INFO (coreCloseExecutor-8359-thread-2) [n:127.0.0.1:36403_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard1.leader, tag=1228825741 [junit4] 2> 2466247 INFO (coreCloseExecutor-8357-thread-5) [n:127.0.0.1:34177_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@61e1984e: rootName = solr_34177, domain = solr.core.testSimple3.shard3.replica_n4, service url = null, agent id = null] for registry solr.core.testSimple3.shard3.replica_n4 / com.codahale.metrics.MetricRegistry@4ffde65c [junit4] 2> 2466247 INFO (coreCloseExecutor-8359-thread-3) [n:127.0.0.1:36403_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple2.shard1.leader, tag=1209423995 [junit4] 2> 2466251 INFO (zkCallback-5625-thread-3-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34177_solr [junit4] 2> 2466254 INFO (coreCloseExecutor-8357-thread-1) [n:127.0.0.1:34177_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard1.leader, tag=833416990 [junit4] 2> 2466254 INFO (coreCloseExecutor-8357-thread-2) [n:127.0.0.1:34177_solr c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard1.leader, tag=1811263308 [junit4] 2> 2466254 INFO (coreCloseExecutor-8357-thread-3) [n:127.0.0.1:34177_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard2.leader, tag=202771916 [junit4] 2> 2466254 INFO (coreCloseExecutor-8357-thread-4) [n:127.0.0.1:34177_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard2.leader, tag=582239116 [junit4] 2> 2466254 INFO (coreCloseExecutor-8357-thread-5) [n:127.0.0.1:34177_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard3.leader, tag=605278817 [junit4] 2> 2466254 INFO (jetty-closer-5593-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d055982{/solr,null,UNAVAILABLE} [junit4] 2> 2466255 INFO (jetty-closer-5593-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@166f942f{/solr,null,UNAVAILABLE} [junit4] 2> 2466256 ERROR (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-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> 2466256 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[1FB2632D2CCEE337]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45707 45707 [junit4] 2> 2469955 INFO (Thread-7676) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45707 45707 [junit4] 2> 2469956 WARN (Thread-7676) [ ] 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> 16 /solr/collections/testSimple1/state.json [junit4] 2> 14 /solr/collections/testSimple2/state.json [junit4] 2> 9 /solr/collections/testSimple3/state.json [junit4] 2> 6 /solr/clusterstate.json [junit4] 2> 2 /solr/collections/testSimple1/leader_elect/shard1/election/98954805234499591-core_node5-n_0000000000 [junit4] 2> 2 /solr/overseer_elect/election/98954805234499593-127.0.0.1:45531_solr-n_0000000000 [junit4] 2> 2 /solr/collections/testSimple1/leader_elect/shard2/election/98954805234499591-core_node8-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 6 /solr/live_nodes [junit4] 2> 6 /solr/collections [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1FB2632D2CCEE337-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1040, maxMBSortInHeap=7.83818212739045, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-DZ, timezone=America/Caracas [junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=212755920,total=521142272 [junit4] 2> NOTE: All tests run in this JVM: [RegexBoostProcessorTest, SubstringBytesRefFilterTest, FacetPivotSmallTest, RequestHandlersTest, DeleteLastCustomShardedReplicaTest, SOLR749Test, TestFastLRUCache, DirectoryFactoryTest, AssignTest, TestNumericRangeQuery32, TestDocumentBuilder, TestConfigSetsAPIExclusivity, TestDocSet, TermVectorComponentDistributedTest, TestQuerySenderNoQuery, TestReplicaProperties, SolrRequestParserTest, NotRequiredUniqueKeyTest, HighlighterConfigTest, TestFieldCache, TestCustomSort, TestExclusionRuleCollectionAccess, SearchRateTriggerTest, ShufflingReplicaListTransformerTest, TestCollapseQParserPlugin, AutoAddReplicasIntegrationTest, TestSolrCloudWithKerberosAlt, HdfsTlogReplayBufferedWhileIndexingTest, TestSubQueryTransformerCrossCore, ShardRoutingCustomTest, OutputWriterTest, TestSolrConfigHandlerCloud, DistributedVersionInfoTest, LeaderFailureAfterFreshStartTest, HdfsNNFailoverTest, PingRequestHandlerTest, OpenCloseCoreStressTest, CdcrBootstrapTest, TestLeaderElectionZkExpiry, TestMultiWordSynonyms, TestSolrQueryParser, TestJettySolrRunner, BlockCacheTest, LukeRequestHandlerTest, DistributedIntervalFacetingTest, TestPayloadCheckQParserPlugin, TestRangeQuery, PathHierarchyTokenizerFactoryTest, TestLRUStatsCache, TestObjectReleaseTracker, BlockJoinFacetSimpleTest, RulesTest, SchemaVersionSpecificBehaviorTest, TestCollationField, DistributedFacetPivotSmallAdvancedTest, TestSSLRandomization, CheckHdfsIndexTest, TestXmlQParserPlugin, JavabinLoaderTest, UpdateLogTest, TestStressInPlaceUpdates, TestAtomicUpdateErrorCases, TestCursorMarkWithoutUniqueKey, TestAnalyzedSuggestions, PreAnalyzedFieldManagedSchemaCloudTest, ClusterStateUpdateTest, MultiThreadedOCPTest, TestRecoveryHdfs, TestMinMaxOnMultiValuedField, TriLevelCompositeIdRoutingTest, DocValuesMissingTest, ShardSplitTest, PeerSyncReplicationTest, SolrCLIZkUtilsTest, PrimUtilsTest, DistributedTermsComponentTest, PreAnalyzedUpdateProcessorTest, CoreAdminCreateDiscoverTest, CdcrUpdateLogTest, TestBM25SimilarityFactory, PolyFieldTest, SuggestComponentTest, ChangedSchemaMergeTest, RankQueryTest, CdcrRequestHandlerTest, TestStressRecovery, TestStreamBody, TestLockTree, HdfsDirectoryTest, TestFastWriter, TestFieldTypeResource, TestXIncludeConfig, V2ApiIntegrationTest, TestHttpShardHandlerFactory, TestUniqueKeyFieldResource, TestCoreAdminApis, TestCustomDocTransformer, TestPseudoReturnFields, TestCorePropertiesReload, PreAnalyzedFieldTest, HttpPartitionTest, ClassificationUpdateProcessorIntegrationTest, CollectionTooManyReplicasTest, ChaosMonkeySafeLeaderTest, TestOmitPositions, CloudExitableDirectoryReaderTest, TestSurroundQueryParser, TestWriterPerf, TestLazyCores, ZkStateWriterTest, TestTolerantUpdateProcessorCloud, TestRTGBase, TestCopyFieldCollectionResource, TestSimpleQParserPlugin, SpellCheckCollatorWithCollapseTest, SampleTest, DirectUpdateHandlerTest, DistributedQueryComponentCustomSortTest, TestCollectionAPI, TestDistribIDF, TestRemoteStreaming, HdfsChaosMonkeyNothingIsSafeTest, ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MigrateRouteKeyTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, TestCloudDeleteByQuery, TestCloudPivotFacet, TestClusterProperties, TestCollectionsAPIViaSolrCloudCluster, TestDeleteCollectionOnDownNodes, TestLocalFSCloudBackupRestore, TestPrepRecovery, TestPullReplicaErrorHandling, TestRequestForwarding, TestSegmentSorting, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, TestTolerantUpdateProcessorRandomCloud, AutoAddReplicasPlanActionTest] [junit4] Completed [529/747 (1!)] on J1 in 16.18s, 1 test, 1 error <<< FAILURES! [...truncated 47968 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
