Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/322/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:49503/solr] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:49503/solr] at __randomizedtesting.SeedInfo.seed([A07913011E07DD4F:98CA37FF39F4099E]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49503/solr at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) ... 43 more Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:49503 failed to respond at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) ... 47 more Build Log: [...truncated 12798 lines...] [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest [junit4] 2> 2067708 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/init-core-data-001 [junit4] 2> 2067708 WARN (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1 [junit4] 2> 2067708 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 2067709 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth [junit4] 2> 2067710 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001 [junit4] 2> 2067710 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 2067710 INFO (Thread-3082) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2067710 INFO (Thread-3082) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 2067713 ERROR (Thread-3082) [ ] 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> 2067820 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:49501 [junit4] 2> 2067835 INFO (jetty-launcher-2382-thread-3) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2067835 INFO (jetty-launcher-2382-thread-2) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2067835 INFO (jetty-launcher-2382-thread-1) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2067838 INFO (jetty-launcher-2382-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a6b696f{/solr,null,AVAILABLE} [junit4] 2> 2067838 INFO (jetty-launcher-2382-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1eb1cde0{/solr,null,AVAILABLE} [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@368c41ea{HTTP/1.1,[http/1.1]}{127.0.0.1:49503} [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-2) [ ] o.e.j.s.Server Started @2069348ms [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49503} [junit4] 2> 2067839 ERROR (jetty-launcher-2382-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@76fa7d78{HTTP/1.1,[http/1.1]}{127.0.0.1:49504} [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.2.0 [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-1) [ ] o.e.j.s.Server Started @2069348ms [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49504} [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-23T22:34:50.062636Z [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48d2e815{/solr,null,AVAILABLE} [junit4] 2> 2067839 ERROR (jetty-launcher-2382-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.2.0 [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@63ef5aa{HTTP/1.1,[http/1.1]}{127.0.0.1:49505} [junit4] 2> 2067839 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2067840 INFO (jetty-launcher-2382-thread-3) [ ] o.e.j.s.Server Started @2069349ms [junit4] 2> 2067840 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2067840 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49505} [junit4] 2> 2067840 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-23T22:34:50.063098Z [junit4] 2> 2067840 ERROR (jetty-launcher-2382-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2067840 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.2.0 [junit4] 2> 2067840 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2067840 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2067840 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-23T22:34:50.063645Z [junit4] 2> 2067842 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2067842 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2067843 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2067848 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49501/solr [junit4] 2> 2067850 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49501/solr [junit4] 2> 2067850 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49501/solr [junit4] 2> 2068034 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2068035 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2068035 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49503_solr [junit4] 2> 2068036 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49505_solr [junit4] 2> 2068037 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.c.Overseer Overseer (id=99056123244380168-127.0.0.1:49503_solr-n_0000000000) starting [junit4] 2> 2068038 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2068039 INFO (zkCallback-2397-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2068039 INFO (zkCallback-2398-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2068039 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2068042 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49504_solr [junit4] 2> 2068042 INFO (zkCallback-2397-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2068042 INFO (zkCallback-2398-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2068042 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2068056 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49503_solr [junit4] 2> 2068075 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49505.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2068075 INFO (zkCallback-2398-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2068076 INFO (zkCallback-2397-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2068076 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2068088 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49505.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2068088 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49505.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2068088 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49504.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2068089 INFO (jetty-launcher-2382-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/. [junit4] 2> 2068158 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49504.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2068160 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49504.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2068165 INFO (jetty-launcher-2382-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node1/. [junit4] 2> 2068166 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49503.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2068185 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49503.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2068186 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49503.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2068186 INFO (jetty-launcher-2382-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node2/. [junit4] 2> 2068371 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 2068372 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49501/solr ready [junit4] 2> 2068396 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testSimple [junit4] 2> 2068400 INFO (qtp1990539614-16887) [ ] 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:49505_solr,127.0.0.1:49503_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2068403 INFO (OverseerThreadFactory-6836-thread-1) [ ] o.a.s.c.CreateCollectionCmd Create collection testSimple1 [junit4] 2> 2068518 INFO (OverseerStateUpdate-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:49503/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2068521 INFO (OverseerStateUpdate-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:49505/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2068525 INFO (OverseerStateUpdate-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:49503/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2068529 INFO (OverseerStateUpdate-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:49505/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2068738 INFO (qtp1990539614-16888) [ ] 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> 2068738 INFO (qtp722480661-16904) [ ] 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> 2068738 INFO (qtp1990539614-16888) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2068738 INFO (qtp722480661-16904) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2068738 INFO (qtp1990539614-16889) [ ] 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> 2068739 INFO (qtp722480661-16906) [ ] 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> 2068855 INFO (zkCallback-2398-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2068855 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2068856 INFO (zkCallback-2398-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2068856 INFO (zkCallback-2399-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2069758 INFO (qtp1990539614-16889) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2069758 INFO (qtp722480661-16906) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2069758 INFO (qtp722480661-16904) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2069763 INFO (qtp1990539614-16889) [ ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal [junit4] 2> 2069763 INFO (qtp722480661-16906) [ ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal [junit4] 2> 2069763 INFO (qtp722480661-16904) [ ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal [junit4] 2> 2069765 INFO (qtp1990539614-16889) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2069765 INFO (qtp1990539614-16889) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true [junit4] 2> 2069765 INFO (qtp722480661-16906) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2069765 INFO (qtp722480661-16904) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2069765 INFO (qtp722480661-16906) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true [junit4] 2> 2069765 INFO (qtp722480661-16904) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true [junit4] 2> 2069765 INFO (qtp1990539614-16889) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49503.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2069765 INFO (qtp722480661-16906) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49505.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2069765 INFO (qtp722480661-16904) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49505.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2069765 INFO (qtp722480661-16906) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2069766 INFO (qtp722480661-16904) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2069766 INFO (qtp722480661-16906) [ ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/testSimple1_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/] [junit4] 2> 2069766 INFO (qtp722480661-16904) [ ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/testSimple1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/] [junit4] 2> 2069766 INFO (qtp1990539614-16888) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2069765 INFO (qtp1990539614-16889) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2069767 INFO (qtp1990539614-16889) [ ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node2/testSimple1_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node2/./testSimple1_shard2_replica_n4/data/] [junit4] 2> 2069771 INFO (qtp1990539614-16888) [ ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal [junit4] 2> 2069773 INFO (qtp1990539614-16888) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2069773 INFO (qtp1990539614-16888) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true [junit4] 2> 2069773 INFO (qtp1990539614-16888) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49503.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2069774 INFO (qtp1990539614-16888) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2069774 INFO (qtp1990539614-16888) [ ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node2/testSimple1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node2/./testSimple1_shard1_replica_n1/data/] [junit4] 2> 2069809 INFO (qtp722480661-16904) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2069809 INFO (qtp722480661-16904) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2069811 INFO (qtp722480661-16904) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2069811 INFO (qtp722480661-16904) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2069817 INFO (qtp722480661-16904) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@71be55a6[testSimple1_shard1_replica_n2] main] [junit4] 2> 2069820 INFO (qtp722480661-16906) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2069820 INFO (qtp722480661-16906) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2069821 INFO (qtp722480661-16906) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2069821 INFO (qtp722480661-16906) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2069823 INFO (qtp722480661-16904) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2069823 INFO (qtp722480661-16904) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2069824 INFO (qtp722480661-16904) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2069824 INFO (searcherExecutor-6844-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@71be55a6[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2069825 INFO (qtp722480661-16904) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584897974125723648 [junit4] 2> 2069829 INFO (qtp1990539614-16889) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2069829 INFO (qtp1990539614-16889) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2069829 INFO (qtp722480661-16906) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3308de45[testSimple1_shard2_replica_n6] main] [junit4] 2> 2069831 INFO (qtp722480661-16906) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2069831 INFO (qtp1990539614-16889) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2069831 INFO (qtp1990539614-16889) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2069831 INFO (qtp722480661-16906) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2069832 INFO (qtp722480661-16906) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2069833 INFO (searcherExecutor-6843-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@3308de45[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2069833 INFO (qtp722480661-16906) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584897974134112256 [junit4] 2> 2069833 INFO (qtp722480661-16904) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 2069837 INFO (qtp1990539614-16889) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e30cacb[testSimple1_shard2_replica_n4] main] [junit4] 2> 2069839 INFO (qtp1990539614-16889) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2069841 INFO (qtp1990539614-16889) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2069841 INFO (qtp722480661-16906) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 2069842 INFO (qtp1990539614-16889) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2069842 INFO (qtp1990539614-16889) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584897974143549440 [junit4] 2> 2069842 INFO (searcherExecutor-6842-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@1e30cacb[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2069868 INFO (qtp1990539614-16888) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2069868 INFO (qtp1990539614-16888) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2069870 INFO (qtp1990539614-16888) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2069870 INFO (qtp1990539614-16888) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2069871 INFO (qtp1990539614-16888) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@786c4f79[testSimple1_shard1_replica_n1] main] [junit4] 2> 2069872 INFO (qtp1990539614-16888) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2069872 INFO (qtp1990539614-16888) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2069873 INFO (qtp1990539614-16888) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2069873 INFO (qtp1990539614-16888) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584897974176055296 [junit4] 2> 2069874 INFO (searcherExecutor-6845-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@786c4f79[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2069952 INFO (zkCallback-2398-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2069952 INFO (zkCallback-2398-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2069952 INFO (zkCallback-2399-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2069952 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2070339 INFO (qtp722480661-16904) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2070339 INFO (qtp722480661-16904) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2070339 INFO (qtp722480661-16904) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49505/solr/testSimple1_shard1_replica_n2/ [junit4] 2> 2070340 INFO (qtp722480661-16904) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:49505/solr START replicas=[http://127.0.0.1:49503/solr/testSimple1_shard1_replica_n1/] nUpdates=100 [junit4] 2> 2070342 INFO (qtp1990539614-16893) [ ] 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> 2070343 INFO (qtp722480661-16906) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2070343 INFO (qtp722480661-16906) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2070343 INFO (qtp722480661-16906) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49505/solr/testSimple1_shard2_replica_n6/ [junit4] 2> 2070343 INFO (qtp722480661-16906) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:49505/solr START replicas=[http://127.0.0.1:49503/solr/testSimple1_shard2_replica_n4/] nUpdates=100 [junit4] 2> 2070344 INFO (qtp1990539614-16894) [ ] 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> 2070650 INFO (qtp722480661-16904) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:49505/solr DONE. We have no versions. sync failed. [junit4] 2> 2070650 INFO (qtp722480661-16904) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2070650 INFO (qtp722480661-16904) [ ] 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> 2070650 INFO (qtp722480661-16904) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2070651 INFO (qtp722480661-16906) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:49505/solr DONE. We have no versions. sync failed. [junit4] 2> 2070651 INFO (qtp722480661-16906) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2070651 INFO (qtp722480661-16906) [ ] 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> 2070651 INFO (qtp722480661-16906) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2070656 INFO (qtp722480661-16904) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49505/solr/testSimple1_shard1_replica_n2/ shard1 [junit4] 2> 2070656 INFO (qtp722480661-16906) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49505/solr/testSimple1_shard2_replica_n6/ shard2 [junit4] 2> 2070769 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2070769 INFO (zkCallback-2399-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2070769 INFO (zkCallback-2398-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2070769 INFO (zkCallback-2398-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2070770 INFO (qtp722480661-16906) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2070772 INFO (qtp722480661-16906) [ ] 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=2033 [junit4] 2> 2070823 INFO (qtp722480661-16904) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2070825 INFO (qtp722480661-16904) [ ] 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=2087 [junit4] 2> 2070859 INFO (qtp1990539614-16889) [ ] 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=2121 [junit4] 2> 2070886 INFO (qtp1990539614-16888) [ ] 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=2149 [junit4] 2> 2070889 INFO (qtp1990539614-16887) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2070995 INFO (zkCallback-2399-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2070995 INFO (zkCallback-2398-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2070995 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2070995 INFO (zkCallback-2398-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2071893 INFO (qtp1990539614-16887) [ ] 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:49505_solr,127.0.0.1:49503_solr&wt=javabin&version=2} status=0 QTime=3492 [junit4] 2> 2071894 INFO (qtp1990539614-16885) [ ] 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:49503_solr,127.0.0.1:49504_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2071896 INFO (OverseerThreadFactory-6836-thread-2) [ ] o.a.s.c.CreateCollectionCmd Create collection testSimple2 [junit4] 2> 2071897 INFO (OverseerCollectionConfigSetProcessor-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 2072115 INFO (OverseerStateUpdate-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:49503/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2072118 INFO (OverseerStateUpdate-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:49504/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2072329 INFO (qtp1990539614-16891) [ ] 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> 2072331 INFO (qtp1352939022-16896) [ ] 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> 2072331 INFO (qtp1352939022-16896) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2072440 INFO (zkCallback-2397-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2072440 INFO (zkCallback-2398-thread-3) [ ] 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> 2072440 INFO (zkCallback-2397-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2072440 INFO (zkCallback-2398-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2073345 INFO (qtp1352939022-16896) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2073345 INFO (qtp1990539614-16891) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2073385 INFO (qtp1990539614-16891) [ ] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal [junit4] 2> 2073385 INFO (qtp1352939022-16896) [ ] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal [junit4] 2> 2073386 INFO (qtp1990539614-16891) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2073386 INFO (qtp1990539614-16891) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true [junit4] 2> 2073386 INFO (qtp1352939022-16896) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2073386 INFO (qtp1352939022-16896) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true [junit4] 2> 2073387 INFO (qtp1990539614-16891) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49503.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2073387 INFO (qtp1352939022-16896) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49504.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2073387 INFO (qtp1990539614-16891) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2073387 INFO (qtp1352939022-16896) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2073387 INFO (qtp1990539614-16891) [ ] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node2/testSimple2_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/] [junit4] 2> 2073387 INFO (qtp1352939022-16896) [ ] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node1/testSimple2_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node1/./testSimple2_shard1_replica_n2/data/] [junit4] 2> 2073430 INFO (qtp1352939022-16896) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2073430 INFO (qtp1352939022-16896) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2073432 INFO (qtp1352939022-16896) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2073432 INFO (qtp1352939022-16896) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2073434 INFO (qtp1352939022-16896) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@52f6190f[testSimple2_shard1_replica_n2] main] [junit4] 2> 2073436 INFO (qtp1352939022-16896) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2073437 INFO (qtp1352939022-16896) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2073438 INFO (qtp1352939022-16896) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2073438 INFO (qtp1352939022-16896) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584897977914228736 [junit4] 2> 2073439 INFO (searcherExecutor-6863-thread-1) [ ] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@52f6190f[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2073443 INFO (qtp1990539614-16891) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2073443 INFO (qtp1990539614-16891) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2073446 INFO (qtp1990539614-16891) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2073446 INFO (qtp1990539614-16891) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2073448 INFO (qtp1352939022-16896) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 2073449 INFO (qtp1990539614-16891) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6acbf03d[testSimple2_shard1_replica_n1] main] [junit4] 2> 2073450 INFO (qtp1990539614-16891) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2073450 INFO (qtp1990539614-16891) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2073451 INFO (qtp1990539614-16891) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2073451 INFO (qtp1990539614-16891) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584897977927860224 [junit4] 2> 2073452 INFO (searcherExecutor-6862-thread-1) [ ] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@6acbf03d[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2073555 INFO (zkCallback-2398-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2073555 INFO (zkCallback-2397-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2073555 INFO (zkCallback-2397-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2073555 INFO (zkCallback-2398-thread-3) [ ] 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> 2073957 INFO (qtp1352939022-16896) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2073957 INFO (qtp1352939022-16896) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2073958 INFO (qtp1352939022-16896) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49504/solr/testSimple2_shard1_replica_n2/ [junit4] 2> 2073958 INFO (qtp1352939022-16896) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=http://127.0.0.1:49504/solr START replicas=[http://127.0.0.1:49503/solr/testSimple2_shard1_replica_n1/] nUpdates=100 [junit4] 2> 2073959 INFO (qtp1990539614-16894) [ ] o.a.s.c.S.Request [testSimple2_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2074268 INFO (qtp1352939022-16896) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=http://127.0.0.1:49504/solr DONE. We have no versions. sync failed. [junit4] 2> 2074268 INFO (qtp1352939022-16896) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2074268 INFO (qtp1352939022-16896) [ ] 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> 2074268 INFO (qtp1352939022-16896) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2074273 INFO (qtp1352939022-16896) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49504/solr/testSimple2_shard1_replica_n2/ shard1 [junit4] 2> 2074384 INFO (zkCallback-2397-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2074384 INFO (zkCallback-2398-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2074384 INFO (zkCallback-2398-thread-3) [ ] 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> 2074384 INFO (zkCallback-2397-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2074443 INFO (qtp1352939022-16896) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2074445 INFO (qtp1352939022-16896) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2114 [junit4] 2> 2074460 INFO (qtp1990539614-16891) [ ] 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=2131 [junit4] 2> 2074463 INFO (qtp1990539614-16885) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2074572 INFO (zkCallback-2397-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2074572 INFO (zkCallback-2398-thread-3) [ ] 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> 2074572 INFO (zkCallback-2397-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2074572 INFO (zkCallback-2398-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2075465 INFO (qtp1990539614-16885) [ ] 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:49503_solr,127.0.0.1:49504_solr&wt=javabin&version=2} status=0 QTime=3571 [junit4] 2> 2075466 INFO (qtp1990539614-16889) [ ] 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:49505_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2075469 INFO (OverseerThreadFactory-6836-thread-3) [ ] o.a.s.c.CreateCollectionCmd Create collection testSimple3 [junit4] 2> 2075469 INFO (OverseerCollectionConfigSetProcessor-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 2075702 INFO (OverseerStateUpdate-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple3_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:49505/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2075706 INFO (OverseerStateUpdate-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple3_shard2_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:49505/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2075710 INFO (OverseerStateUpdate-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple3", [junit4] 2> "shard":"shard3", [junit4] 2> "core":"testSimple3_shard3_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:49505/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2075917 INFO (qtp722480661-16907) [ ] 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> 2075918 INFO (qtp722480661-16884) [ ] 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> 2075918 INFO (qtp722480661-16909) [ ] 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> 2076030 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2076030 INFO (zkCallback-2399-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2076030 INFO (zkCallback-2399-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2076932 INFO (qtp722480661-16907) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2076932 INFO (qtp722480661-16909) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2076933 INFO (qtp722480661-16884) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0 [junit4] 2> 2076938 INFO (qtp722480661-16907) [ ] o.a.s.s.IndexSchema [testSimple3_shard3_replica_n4] Schema name=minimal [junit4] 2> 2076938 INFO (qtp722480661-16884) [ ] o.a.s.s.IndexSchema [testSimple3_shard2_replica_n2] Schema name=minimal [junit4] 2> 2076938 INFO (qtp722480661-16909) [ ] o.a.s.s.IndexSchema [testSimple3_shard1_replica_n1] Schema name=minimal [junit4] 2> 2076939 INFO (qtp722480661-16907) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2076939 INFO (qtp722480661-16907) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard3_replica_n4' using configuration from collection testSimple3, trusted=true [junit4] 2> 2076939 INFO (qtp722480661-16884) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2076939 INFO (qtp722480661-16884) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard2_replica_n2' using configuration from collection testSimple3, trusted=true [junit4] 2> 2076940 INFO (qtp722480661-16909) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2076940 INFO (qtp722480661-16909) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard1_replica_n1' using configuration from collection testSimple3, trusted=true [junit4] 2> 2076940 INFO (qtp722480661-16884) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49505.solr.core.testSimple3.shard2.replica_n2' (registry 'solr.core.testSimple3.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2076940 INFO (qtp722480661-16907) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49505.solr.core.testSimple3.shard3.replica_n4' (registry 'solr.core.testSimple3.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2076940 INFO (qtp722480661-16884) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2076940 INFO (qtp722480661-16907) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2076940 INFO (qtp722480661-16884) [ ] o.a.s.c.SolrCore [[testSimple3_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/testSimple3_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/./testSimple3_shard2_replica_n2/data/] [junit4] 2> 2076940 INFO (qtp722480661-16907) [ ] o.a.s.c.SolrCore [[testSimple3_shard3_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/testSimple3_shard3_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/./testSimple3_shard3_replica_n4/data/] [junit4] 2> 2076940 INFO (qtp722480661-16909) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49505.solr.core.testSimple3.shard1.replica_n1' (registry 'solr.core.testSimple3.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbea1 [junit4] 2> 2076940 INFO (qtp722480661-16909) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2076940 INFO (qtp722480661-16909) [ ] o.a.s.c.SolrCore [[testSimple3_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/testSimple3_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001/tempDir-001/node3/./testSimple3_shard1_replica_n1/data/] [junit4] 2> 2076980 INFO (qtp722480661-16907) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2076980 INFO (qtp722480661-16907) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2076982 INFO (qtp722480661-16907) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2076982 INFO (qtp722480661-16907) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2076983 INFO (qtp722480661-16907) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f91e35[testSimple3_shard3_replica_n4] main] [junit4] 2> 2076983 INFO (qtp722480661-16909) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2076983 INFO (qtp722480661-16909) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2076984 INFO (qtp722480661-16907) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2076985 INFO (qtp722480661-16907) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2076985 INFO (qtp722480661-16884) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2076985 INFO (qtp722480661-16909) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2076985 INFO (qtp722480661-16884) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2076985 INFO (qtp722480661-16909) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2076985 INFO (qtp722480661-16907) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2076986 INFO (qtp722480661-16907) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584897981634576384 [junit4] 2> 2076986 INFO (searcherExecutor-6872-thread-1) [ ] o.a.s.c.SolrCore [testSimple3_shard3_replica_n4] Registered new searcher Searcher@2f91e35[testSimple3_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2076986 INFO (qtp722480661-16884) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2076986 INFO (qtp722480661-16884) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2076988 INFO (qtp722480661-16884) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@21d14c5d[testSimple3_shard2_replica_n2] main] [junit4] 2> 2076988 INFO (qtp722480661-16909) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@be03012[testSimple3_shard1_replica_n1] main] [junit4] 2> 2076990 INFO (qtp722480661-16884) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2076990 INFO (qtp722480661-16909) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2076990 INFO (qtp722480661-16884) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2076990 INFO (qtp722480661-16909) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2076991 INFO (qtp722480661-16884) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2076991 INFO (qtp722480661-16907) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2076991 INFO (qtp722480661-16907) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2076991 INFO (qtp722480661-16907) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49505/solr/testSimple3_shard3_replica_n4/ [junit4] 2> 2076992 INFO (qtp722480661-16907) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 2076992 INFO (qtp722480661-16907) [ ] o.a.s.c.SyncStrategy http://127.0.0.1:49505/solr/testSimple3_shard3_replica_n4/ has no replicas [junit4] 2> 2076992 INFO (qtp722480661-16909) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2076992 INFO (qtp722480661-16907) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2076992 INFO (searcherExecutor-6873-thread-1) [ ] o.a.s.c.SolrCore [testSimple3_shard2_replica_n2] Registered new searcher Searcher@21d14c5d[testSimple3_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2076992 INFO (qtp722480661-16884) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584897981640867840 [junit4] 2> 2076992 INFO (searcherExecutor-6874-thread-1) [ ] o.a.s.c.SolrCore [testSimple3_shard1_replica_n1] Registered new searcher Searcher@be03012[testSimple3_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2076992 INFO (qtp722480661-16909) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584897981640867840 [junit4] 2> 2076996 INFO (qtp722480661-16907) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49505/solr/testSimple3_shard3_replica_n4/ shard3 [junit4] 2> 2076998 INFO (qtp722480661-16884) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2076998 INFO (qtp722480661-16884) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2076998 INFO (qtp722480661-16884) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49505/solr/testSimple3_shard2_replica_n2/ [junit4] 2> 2076998 INFO (qtp722480661-16884) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 2076999 INFO (qtp722480661-16884) [ ] o.a.s.c.SyncStrategy http://127.0.0.1:49505/solr/testSimple3_shard2_replica_n2/ has no replicas [junit4] 2> 2076999 INFO (qtp722480661-16884) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2076999 INFO (qtp722480661-16909) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2076999 INFO (qtp722480661-16909) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2076999 INFO (qtp722480661-16909) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49505/solr/testSimple3_shard1_replica_n1/ [junit4] 2> 2076999 INFO (qtp722480661-16909) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 2076999 INFO (qtp722480661-16909) [ ] o.a.s.c.SyncStrategy http://127.0.0.1:49505/solr/testSimple3_shard1_replica_n1/ has no replicas [junit4] 2> 2076999 INFO (qtp722480661-16909) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2077004 INFO (qtp722480661-16909) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49505/solr/testSimple3_shard1_replica_n1/ shard1 [junit4] 2> 2077004 INFO (qtp722480661-16884) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49505/solr/testSimple3_shard2_replica_n2/ shard2 [junit4] 2> 2077114 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2077114 INFO (zkCallback-2399-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2077114 INFO (zkCallback-2399-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2077173 INFO (qtp722480661-16909) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2077173 INFO (qtp722480661-16884) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2077173 INFO (qtp722480661-16907) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2077177 INFO (qtp722480661-16907) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple3_shard3_replica_n4&action=CREATE&numShards=3&collection=testSimple3&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1259 [junit4] 2> 2077177 INFO (qtp722480661-16909) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple3_shard1_replica_n1&action=CREATE&numShards=3&collection=testSimple3&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1259 [junit4] 2> 2077178 INFO (qtp722480661-16884) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple3_shard2_replica_n2&action=CREATE&numShards=3&collection=testSimple3&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1260 [junit4] 2> 2077181 INFO (qtp1990539614-16889) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2077287 INFO (zkCallback-2399-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2077287 INFO (zkCallback-2399-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2077287 INFO (zkCallback-2399-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2077484 INFO (OverseerCollectionConfigSetProcessor-99056123244380168-127.0.0.1:49503_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 2078192 INFO (qtp1990539614-16889) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:49505_solr&wt=javabin&version=2} status=0 QTime=2726 [junit4] 2> 2078199 INFO (qtp1990539614-16888) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 2078201 INFO (qtp1990539614-16888) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49501/solr ready [junit4] 2> 2078210 INFO (qtp1990539614-16893) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0 [junit4] 2> 2078213 INFO (qtp1352939022-16898) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0 [junit4] 2> 2078217 INFO (qtp722480661-16903) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=1 [junit4] 2> 2078219 INFO (qtp1990539614-16888) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=25 [junit4] 2> 2078221 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@368c41ea{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 2078222 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1287039353 [junit4] 2> 2078222 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 2078223 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@155c6cef: rootName = solr_49503, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3214baf3 [junit4] 2> 2078233 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 2078233 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fa0a95c: rootName = solr_49503, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@d248e79 [junit4] 2> 2078238 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 2078238 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75555a05: rootName = solr_49503, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2331d043 [junit4] 2> 2078240 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49503_solr [junit4] 2> 2078241 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[A07913011E07DD4F]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 2078242 INFO (zkCallback-2399-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2) [junit4] 2> 2078242 INFO (zkCallback-2407-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2) [junit4] 2> 2078242 INFO (zkCallback-2397-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2) [junit4] 2> 2078242 INFO (zkCallback-2398-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2) [junit4] 2> 2078242 INFO (coreCloseExecutor-6887-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] CLOSING SolrCore org.apache.solr.core.SolrCore@5bd08bb0 [junit4] 2> 2078242 INFO (coreCloseExecutor-6887-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testSimple1.shard2.replica_n4, tag=1540393904 [junit4] 2> 2078242 INFO (coreCloseExecutor-6887-thread-1) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@63f7e287: rootName = solr_49503, domain = solr.core.testSimple1.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.testSimple1.shard2.replica_n4 / com.codahale.metrics.MetricRegistry@163a4776 [junit4] 2> 2078242 INFO (coreCloseExecutor-6887-thread-2) [ ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] CLOSING SolrCore org.apache.solr.core.SolrCore@6fad5168 [...truncated too long message...] .replica_n1, service url = null, agent id = null] for registry solr.core.testSimple2.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@483216fc [junit4] 2> 2080866 INFO (coreCloseExecutor-6915-thread-3) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard3.leader, tag=454946345 [junit4] 2> 2080866 INFO (coreCloseExecutor-6915-thread-4) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testSimple3.shard2.replica_n2, tag=669703145 [junit4] 2> 2080866 INFO (coreCloseExecutor-6916-thread-3) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple2.shard1.leader, tag=1303643802 [junit4] 2> 2080866 INFO (coreCloseExecutor-6915-thread-4) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a2d8094: rootName = solr_49505, domain = solr.core.testSimple3.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.testSimple3.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@1f9eaae8 [junit4] 2> 2080872 INFO (jetty-closer-2383-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5ec3cc02{/solr,null,UNAVAILABLE} [junit4] 2> 2080878 INFO (coreCloseExecutor-6915-thread-4) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard2.leader, tag=669703145 [junit4] 2> 2080878 INFO (coreCloseExecutor-6915-thread-5) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testSimple3.shard1.replica_n1, tag=1054827815 [junit4] 2> 2080878 INFO (coreCloseExecutor-6915-thread-5) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@741bf892: rootName = solr_49505, domain = solr.core.testSimple3.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testSimple3.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@47742a46 [junit4] 2> 2080884 INFO (coreCloseExecutor-6915-thread-5) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard1.leader, tag=1054827815 [junit4] 2> 2080885 INFO (jetty-closer-2383-thread-1) [ ] o.a.s.c.Overseer Overseer (id=99056123244380169-127.0.0.1:49505_solr-n_0000000001) closing [junit4] 2> 2080885 INFO (OverseerStateUpdate-99056123244380169-127.0.0.1:49505_solr-n_0000000001) [ ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49505_solr [junit4] 2> 2080885 WARN (OverseerAutoScalingTriggerThread-99056123244380169-127.0.0.1:49505_solr-n_0000000001) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 2080888 INFO (jetty-closer-2383-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@48d2e815{/solr,null,UNAVAILABLE} [junit4] 2> 2080889 ERROR (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-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> 2080890 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[A07913011E07DD4F]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49501 49501 [junit4] 2> 2080905 INFO (Thread-3082) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49501 49501 [junit4] 2> 2081052 WARN (Thread-3082) [ ] 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> 28 /solr/collections/testSimple1/state.json [junit4] 2> 18 /solr/collections/testSimple2/state.json [junit4] 2> 11 /solr/collections/testSimple3/state.json [junit4] 2> 6 /solr/clusterstate.json [junit4] 2> 2 /solr/collections/testSimple1/leader_elect/shard2/election/99056123244380169-core_node8-n_0000000000 [junit4] 2> 2 /solr/autoscaling.json [junit4] 2> 2 /solr/collections/testSimple2/leader_elect/shard1/election/99056123244380167-core_node4-n_0000000000 [junit4] 2> 2 /solr/collections/testSimple1/leader_elect/shard1/election/99056123244380169-core_node5-n_0000000000 [junit4] 2> 2 /solr/overseer_elect/election/99056123244380169-127.0.0.1:49505_solr-n_0000000001 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 6 /solr/live_nodes [junit4] 2> 6 /solr/collections [junit4] 2> 2 /solr/overseer/queue [junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas [junit4] 2> 2 /solr/overseer/collection-queue-work [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A07913011E07DD4F-001 [junit4] 2> Nov 23, 2017 10:35:03 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1469, maxMBSortInHeap=7.175926901447144, sim=RandomSimilarity(queryNorm=false): {}, locale=sv-FI, timezone=Africa/Cairo [junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=325830920,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [TestPushWriter, ParsingFieldUpdateProcessorsTest, MoveReplicaTest, BadIndexSchemaTest, RequestHandlersTest, DistributedFacetPivotLargeTest, TestCollectionAPI, DateFieldTest, TestPhraseSuggestions, TestNonDefinedSimilarityFactory, ConvertedLegacyTest, SharedFSAutoReplicaFailoverTest, AlternateDirectoryTest, DirectUpdateHandlerTest, BasicAuthIntegrationTest, SyncSliceTest, ExitableDirectoryReaderTest, UUIDFieldTest, TestConfigSetsAPIZkFailure, TestSchemalessBufferedUpdates, TestSolrQueryResponse, SolrCmdDistributorTest, TestCloudJSONFacetJoinDomain, RegexBoostProcessorTest, TestDeleteCollectionOnDownNodes, ReplicationFactorTest, TestRecoveryHdfs, ConnectionReuseTest, TestTestInjection, ConfigSetsAPITest, SolrInfoBeanTest, HLLSerializationTest, SuggesterTSTTest, TestHighlightDedupGrouping, TestDownShardTolerantSearch, TestNamedUpdateProcessors, TestBulkSchemaAPI, TestShardHandlerFactory, TestTrieFacet, TestNumericTokenStream, SolrShardReporterTest, TestCloudDeleteByQuery, V2StandaloneTest, TestSerializedLuceneMatchVersion, TestSolrConfigHandler, TestLMDirichletSimilarityFactory, ReplicaListTransformerTest, TestFuzzyAnalyzedSuggestions, TestClusterStateMutator, ResourceLoaderTest, TestMiniSolrCloudClusterSSL, ReturnFieldsTest, StatsReloadRaceTest, RequiredFieldsTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestNRTOpen, SubstringBytesRefFilterTest, BaseCdcrDistributedZkTest, DistributedVersionInfoTest, TestConfigSetProperties, ForceLeaderTest, MultiTermTest, QueryResultKeyTest, RuleEngineTest, OutputWriterTest, TestStressInPlaceUpdates, TestSolrCoreParser, SaslZkACLProviderTest, DistribCursorPagingTest, DocExpirationUpdateProcessorFactoryTest, TestHalfAndHalfDocValues, TestQuerySenderListener, TestPKIAuthenticationPlugin, PrimUtilsTest, BooleanFieldTest, BJQParserTest, TestSegmentSorting, TestJoin, BigEndianAscendingWordSerializerTest, TestCloudPseudoReturnFields, LargeFieldTest, ClusterStateUpdateTest, TestClassicSimilarityFactory, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestImpersonationWithHadoopAuth, TestLeaderElectionZkExpiry, TestCoreAdminApis, TestSolr4Spatial, ZkStateWriterTest, NoCacheHeaderTest, TestSubQueryTransformer, TestTlogReplica, ZkFailoverTest, TestXIncludeConfig, TestSolrCloudSnapshots, CdcrReplicationHandlerTest, NodeAddedTriggerTest, MetricsHandlerTest, TestMaxTokenLenTokenizer, DisMaxRequestHandlerTest, TestSolrCoreProperties, TestJsonFacets, TestReplicationHandler, ShardRoutingTest, TestDynamicLoading, TestPointFields, DistribJoinFromCollectionTest, TestCloudSearcherWarming, RequestLoggingTest, TestSchemaNameResource, TestFieldCache, QueryParsingTest, TestPolicyCloud, NumericFieldsTest, CdcrUpdateLogTest, DistributedFacetPivotWhiteBoxTest, SecurityConfHandlerTest, TestUseDocValuesAsStored2, HighlighterConfigTest, TestDFRSimilarityFactory, DirectSolrConnectionTest, TestUtils, TestFiltering, RemoteQueryErrorTest, TestFieldCollectionResource, SliceStateTest, SolrSlf4jReporterTest, SpellCheckCollatorWithCollapseTest, TestLocalFSCloudBackupRestore, CleanupOldIndexTest, CoreSorterTest, TestCollectionAPIs, TestNumericTerms64, TestPseudoReturnFields, URLClassifyProcessorTest, JSONWriterTest, TestInPlaceUpdatesStandalone, HdfsRecoveryZkTest, TestCSVResponseWriter, TestDocBasedVersionConstraints, TestJmxIntegration, TestWriterPerf, TestIntervalFaceting, BasicDistributedZkTest, TriLevelCompositeIdRoutingTest, TestCursorMarkWithoutUniqueKey, CollectionsAPISolrJTest, SpellCheckCollatorTest, TestBlobHandler, TestExpandComponent, UniqFieldsUpdateProcessorFactoryTest, TestSolrDeletionPolicy2, SortByFunctionTest, LeaderElectionTest, SolrMetricReporterTest, GraphQueryTest, TestPivotHelperCode, TestMacroExpander, TestManagedStopFilterFactory, VersionInfoTest, DistributedExpandComponentTest, TimeZoneUtilsTest, TestReplicaProperties, CurrencyFieldTypeTest, TestCloudSchemaless, ShowFileRequestHandlerTest, DateMathParserTest, TestQuerySenderNoQuery, TestLegacyFieldCache, CSVRequestHandlerTest, AutoAddReplicasPlanActionTest] [junit4] Completed [366/749 (1!)] on J0 in 14.14s, 1 test, 1 error <<< FAILURES! [...truncated 41363 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
