Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/114/
1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost Error Message: org.apache.solr.common.SolrException: Stack Trace: org.apache.solr.common.SolrException: org.apache.solr.common.SolrException: at __randomizedtesting.SeedInfo.seed([8CE06DE96FE2458F:33F5A317EC082009]:0) at org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:78) at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchTagValues(SolrClientNodeStateProvider.java:139) at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:128) at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.printState(ComputePlanActionTest.java:151) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.solr.common.SolrException: at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:300) at org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:76) ... 40 more Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:44587/solr at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650) 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.SolrClient.request(SolrClient.java:1219) at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:342) at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:273) ... 41 more Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:44587 [/127.0.0.1] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) 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) ... 46 more Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:339) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 56 more Build Log: [...truncated 13430 lines...] [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/init-core-data-001 [junit4] 2> 1209181 INFO (SUITE-ComputePlanActionTest-seed#[8CE06DE96FE2458F]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 1209182 INFO (SUITE-ComputePlanActionTest-seed#[8CE06DE96FE2458F]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 1209182 INFO (SUITE-ComputePlanActionTest-seed#[8CE06DE96FE2458F]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 1209183 INFO (SUITE-ComputePlanActionTest-seed#[8CE06DE96FE2458F]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001 [junit4] 2> 1209183 INFO (SUITE-ComputePlanActionTest-seed#[8CE06DE96FE2458F]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1209183 INFO (Thread-3137) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1209183 INFO (Thread-3137) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1209187 ERROR (Thread-3137) [ ] 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> 1209283 INFO (SUITE-ComputePlanActionTest-seed#[8CE06DE96FE2458F]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:46073 [junit4] 2> 1209286 INFO (zkConnectionManagerCallback-3645-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209292 INFO (jetty-launcher-3642-thread-1) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 1209293 INFO (jetty-launcher-3642-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1209293 INFO (jetty-launcher-3642-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1209293 INFO (jetty-launcher-3642-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1209293 INFO (jetty-launcher-3642-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55be743b{/solr,null,AVAILABLE} [junit4] 2> 1209295 INFO (jetty-launcher-3642-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1c9706d4{SSL,[ssl, http/1.1]}{127.0.0.1:42004} [junit4] 2> 1209295 INFO (jetty-launcher-3642-thread-1) [ ] o.e.j.s.Server Started @1209336ms [junit4] 2> 1209295 INFO (jetty-launcher-3642-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42004} [junit4] 2> 1209296 ERROR (jetty-launcher-3642-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1209296 INFO (jetty-launcher-3642-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1209296 INFO (jetty-launcher-3642-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 1209296 INFO (jetty-launcher-3642-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1209296 INFO (jetty-launcher-3642-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1209296 INFO (jetty-launcher-3642-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-08-02T17:57:16.615Z [junit4] 2> 1209297 INFO (zkConnectionManagerCallback-3647-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209298 INFO (jetty-launcher-3642-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1209398 INFO (jetty-launcher-3642-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46073/solr [junit4] 2> 1209399 INFO (zkConnectionManagerCallback-3651-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209401 INFO (zkConnectionManagerCallback-3653-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209493 INFO (jetty-launcher-3642-thread-1) [n:127.0.0.1:42004_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42004_solr [junit4] 2> 1209494 INFO (jetty-launcher-3642-thread-1) [n:127.0.0.1:42004_solr ] o.a.s.c.Overseer Overseer (id=72091764654407683-127.0.0.1:42004_solr-n_0000000000) starting [junit4] 2> 1209502 INFO (zkConnectionManagerCallback-3660-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209504 INFO (jetty-launcher-3642-thread-1) [n:127.0.0.1:42004_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46073/solr ready [junit4] 2> 1209505 INFO (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42004_solr [junit4] 2> 1209505 INFO (jetty-launcher-3642-thread-1) [n:127.0.0.1:42004_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42004_solr [junit4] 2> 1209511 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers [junit4] 2> 1209512 INFO (zkCallback-3659-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1209512 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1 [junit4] 2> 1209512 INFO (zkCallback-3652-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1209513 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1 [junit4] 2> 1209513 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1 [junit4] 2> 1209516 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:42004_solr] [junit4] 2> 1209517 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 1209517 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1 [junit4] 2> 1209517 DEBUG (ScheduledTrigger-5325-thread-2) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 [junit4] 2> 1209525 INFO (jetty-launcher-3642-thread-1) [n:127.0.0.1:42004_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1209550 INFO (jetty-launcher-3642-thread-1) [n:127.0.0.1:42004_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42004.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1209556 INFO (jetty-launcher-3642-thread-1) [n:127.0.0.1:42004_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42004.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1209557 INFO (jetty-launcher-3642-thread-1) [n:127.0.0.1:42004_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42004.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1209559 INFO (jetty-launcher-3642-thread-1) [n:127.0.0.1:42004_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node1/. [junit4] 2> 1209579 INFO (zkConnectionManagerCallback-3663-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209583 INFO (zkConnectionManagerCallback-3668-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209584 INFO (SUITE-ComputePlanActionTest-seed#[8CE06DE96FE2458F]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1209585 INFO (SUITE-ComputePlanActionTest-seed#[8CE06DE96FE2458F]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46073/solr ready [junit4] 2> 1209598 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testSelectedCollections [junit4] 2> 1209600 DEBUG (zkCallback-3659-thread-1) [ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2 [junit4] 2> 1209600 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2 [junit4] 2> 1209600 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1209604 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers [junit4] 2> 1209604 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 1209604 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2 [junit4] 2> 1209635 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1209639 DEBUG (qtp1560795675-13219) [n:127.0.0.1:42004_solr ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration [junit4] 2> 1209641 INFO (qtp1560795675-13219) [n:127.0.0.1:42004_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=22 [junit4] 2> 1209641 DEBUG (zkCallback-3659-thread-1) [ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3 [junit4] 2> 1209641 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3 [junit4] 2> 1209641 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers [junit4] 2> 1209641 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 1209642 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3 [junit4] 2> 1209645 INFO (qtp1560795675-13218) [n:127.0.0.1:42004_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1209645 DEBUG (qtp1560795675-13217) [n:127.0.0.1:42004_solr ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration [junit4] 2> 1209650 INFO (qtp1560795675-13217) [n:127.0.0.1:42004_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8 [junit4] 2> 1209650 DEBUG (zkCallback-3659-thread-1) [ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4 [junit4] 2> 1209650 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4 [junit4] 2> 1209650 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers [junit4] 2> 1209650 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 1209651 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4 [junit4] 2> 1209651 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.a.ComputePlanActionTest Found number of jetties: 1 [junit4] 2> 1209654 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 1209655 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1209655 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1209655 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1209655 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ad7dc87{/solr,null,AVAILABLE} [junit4] 2> 1209656 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@49115b19{SSL,[ssl, http/1.1]}{127.0.0.1:33235} [junit4] 2> 1209656 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.Server Started @1209696ms [junit4] 2> 1209656 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33235} [junit4] 2> 1209656 ERROR (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1209656 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1209656 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 1209656 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1209656 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1209656 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-08-02T17:57:16.975Z [junit4] 2> 1209661 INFO (zkConnectionManagerCallback-3672-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209662 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1209768 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46073/solr [junit4] 2> 1209769 INFO (zkConnectionManagerCallback-3676-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209771 INFO (zkConnectionManagerCallback-3678-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209777 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1209781 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1209781 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33235_solr [junit4] 2> 1209782 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:33235_solr"} current state version: 0 [junit4] 2> 1209782 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33235_solr [junit4] 2> 1209782 INFO (zkCallback-3659-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1209782 INFO (zkCallback-3652-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1209783 INFO (zkCallback-3667-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1209783 INFO (zkCallback-3667-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1209783 INFO (zkCallback-3677-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1209804 INFO (zkConnectionManagerCallback-3685-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209805 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1209806 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46073/solr ready [junit4] 2> 1209806 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1209824 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33235.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1209834 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33235.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1209834 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33235.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1209836 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [n:127.0.0.1:33235_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node2/. [junit4] 2> 1209865 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 1209866 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1209866 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1209867 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1209867 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37bf3a44{/solr,null,AVAILABLE} [junit4] 2> 1209867 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@2ed2e31b{SSL,[ssl, http/1.1]}{127.0.0.1:32973} [junit4] 2> 1209867 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.Server Started @1209908ms [junit4] 2> 1209868 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32973} [junit4] 2> 1209868 ERROR (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1209868 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1209868 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 1209868 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1209868 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1209868 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-08-02T17:57:17.187Z [junit4] 2> 1209870 INFO (zkConnectionManagerCallback-3688-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209870 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1209951 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46073/solr [junit4] 2> 1209953 INFO (zkConnectionManagerCallback-3692-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209955 INFO (zkConnectionManagerCallback-3694-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209961 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1209965 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1209966 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32973_solr [junit4] 2> 1209966 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:32973_solr"} current state version: 0 [junit4] 2> 1209966 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:32973_solr [junit4] 2> 1209966 INFO (zkCallback-3659-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1209967 INFO (zkCallback-3667-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1209967 INFO (zkCallback-3667-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1209967 INFO (zkCallback-3684-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1209971 INFO (zkCallback-3652-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1209971 INFO (zkCallback-3677-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1209971 INFO (zkCallback-3693-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1209989 INFO (zkConnectionManagerCallback-3701-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1209990 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1209992 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46073/solr ready [junit4] 2> 1209992 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1210011 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32973.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1210022 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32973.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1210022 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32973.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1210024 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node3/. [junit4] 2> 1210063 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 1210064 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1210064 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1210064 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 1210065 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1806eed8{/solr,null,AVAILABLE} [junit4] 2> 1210065 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1107f2eb{SSL,[ssl, http/1.1]}{127.0.0.1:40161} [junit4] 2> 1210065 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.e.j.s.Server Started @1210105ms [junit4] 2> 1210065 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40161} [junit4] 2> 1210065 ERROR (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1210065 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1210065 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 1210066 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1210066 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1210066 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-08-02T17:57:17.385Z [junit4] 2> 1210068 INFO (zkConnectionManagerCallback-3704-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1210068 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1210248 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46073/solr [junit4] 2> 1210250 INFO (zkConnectionManagerCallback-3708-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1210253 INFO (zkConnectionManagerCallback-3710-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1210261 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1210270 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1210270 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40161_solr [junit4] 2> 1210272 INFO (zkCallback-3659-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1210272 INFO (zkCallback-3677-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1210272 INFO (zkCallback-3684-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1210272 INFO (zkCallback-3693-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1210272 INFO (zkCallback-3652-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1210272 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:40161_solr"} current state version: 0 [junit4] 2> 1210272 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40161_solr [junit4] 2> 1210273 INFO (zkCallback-3700-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1210275 INFO (zkCallback-3667-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1210275 INFO (zkCallback-3667-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1210275 INFO (zkCallback-3709-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1210293 INFO (zkConnectionManagerCallback-3717-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1210295 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1210296 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46073/solr ready [junit4] 2> 1210296 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1210325 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40161.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1210341 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40161.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1210342 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40161.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1210344 INFO (TEST-ComputePlanActionTest.testSelectedCollections-seed#[8CE06DE96FE2458F]) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node4/. [junit4] 2> 1210419 INFO (zkConnectionManagerCallback-3720-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1210465 INFO (qtp12575252-13291) [n:127.0.0.1:32973_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1210501 INFO (qtp1055162612-13267) [n:127.0.0.1:33235_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1210516 INFO (qtp732338381-13326) [n:127.0.0.1:40161_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1210519 INFO (qtp1560795675-13217) [n:127.0.0.1:42004_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1210520 DEBUG (qtp12575252-13295) [n:127.0.0.1:32973_solr ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration [junit4] 2> 1210521 INFO (qtp12575252-13295) [n:127.0.0.1:32973_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=73 [junit4] 2> 1210521 DEBUG (zkCallback-3659-thread-1) [ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5 [junit4] 2> 1210522 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5 [junit4] 2> 1210522 INFO (qtp12575252-13295) [n:127.0.0.1:32973_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=testSelected1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1210524 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial livenodes: [127.0.0.1:32973_solr, 127.0.0.1:40161_solr, 127.0.0.1:42004_solr, 127.0.0.1:33235_solr] [junit4] 2> 1210524 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 1210525 DEBUG (OverseerAutoScalingTriggerThread-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5 [junit4] 2> 1210525 DEBUG (ScheduledTrigger-5325-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 4 [junit4] 2> 1210526 INFO (OverseerThreadFactory-5327-thread-1) [ ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSelected1 [junit4] 2> 1210533 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "name":"testSelected1", [junit4] 2> "fromApi":"true", [junit4] 2> "collection.configName":"conf", [junit4] 2> "numShards":"2", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "stateFormat":"2", [junit4] 2> "replicationFactor":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 1210533 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ClusterStateMutator building a new cName: testSelected1 [junit4] 2> 1210534 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testSelected1/state.json [junit4] 2> 1210648 INFO (qtp12575252-13298) [n:127.0.0.1:32973_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1210649 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1210653 INFO (qtp732338381-13326) [n:127.0.0.1:40161_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1210657 INFO (qtp1055162612-13267) [n:127.0.0.1:33235_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1210677 INFO (OverseerThreadFactory-5327-thread-1) [ ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 521403722 sessionWrapper.createTime 521403702865087, this.sessionWrapper.createTime 521403702865087 [junit4] 2> 1210681 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSelected1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} current state version: 0 [junit4] 2> 1210681 INFO (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSelected1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1210682 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator Old Slice: shard1:{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{}} [junit4] 2> 1210682 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator New Slice: shard1:{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{"core_node2":{ [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 1210685 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSelected1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSelected1_shard1_replica_n3", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:40161/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} current state version: 0 [junit4] 2> 1210685 INFO (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSelected1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSelected1_shard1_replica_n3", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:40161/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1210687 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator Old Slice: shard1:{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{"core_node2":{ [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 1210687 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator New Slice: shard1:{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node2":{ [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"testSelected1_shard1_replica_n3", [junit4] 2> "base_url":"https://127.0.0.1:40161/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 1210688 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 3, message = { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSelected1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} current state version: 0 [junit4] 2> 1210688 INFO (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSelected1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1210690 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator Old Slice: shard2:{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{}} [junit4] 2> 1210690 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator New Slice: shard2:{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{"core_node7":{ [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 1210690 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 4, message = { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSelected1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSelected1_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:32973/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} current state version: 0 [junit4] 2> 1210691 INFO (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSelected1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSelected1_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:32973/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1210691 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator Old Slice: shard2:{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{"core_node7":{ [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 1210691 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator New Slice: shard2:{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"testSelected1_shard2_replica_n6", [junit4] 2> "base_url":"https://127.0.0.1:32973/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 1210792 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testSelected1/state.json version: 0 [junit4] 2> 1210899 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr x:testSelected1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSelected1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSelected1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1210900 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr x:testSelected1_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1210901 INFO (qtp732338381-13328) [n:127.0.0.1:40161_solr x:testSelected1_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSelected1_shard1_replica_n3&action=CREATE&numShards=2&collection=testSelected1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1210901 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr x:testSelected1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testSelected1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSelected1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1210904 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr x:testSelected1_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSelected1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSelected1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1210904 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "node_name":"127.0.0.1:33235_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"testSelected1", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 1210905 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "node_name":"127.0.0.1:33235_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"testSelected1", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} [junit4] 2> 1210905 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{"core":"testSelected1_shard1_replica_n1","base_url":"https://127.0.0.1:33235/solr","node_name":"127.0.0.1:33235_solr","state":"down","type":"NRT","force_set_state":"false"} [junit4] 2> 1210905 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={ [junit4] 2> "pullReplicas":"0", [junit4] 2> "replicationFactor":"2", [junit4] 2> "router":{"name":"compositeId"}, [junit4] 2> "maxShardsPerNode":"1", [junit4] 2> "autoAddReplicas":"false", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "tlogReplicas":"0", [junit4] 2> "shards":{ [junit4] 2> "shard1":{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node2":{ [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "node_name":"127.0.0.1:33235_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"testSelected1_shard1_replica_n3", [junit4] 2> "base_url":"https://127.0.0.1:40161/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}}, [junit4] 2> "shard2":{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"testSelected1_shard2_replica_n6", [junit4] 2> "base_url":"https://127.0.0.1:32973/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}}}} [junit4] 2> 1210906 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "core":"testSelected1_shard1_replica_n3", [junit4] 2> "core_node_name":"core_node5", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:40161/solr", [junit4] 2> "node_name":"127.0.0.1:40161_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"testSelected1", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 1210906 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"testSelected1_shard1_replica_n3", [junit4] 2> "core_node_name":"core_node5", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:40161/solr", [junit4] 2> "node_name":"127.0.0.1:40161_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"testSelected1", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} [junit4] 2> 1210906 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"testSelected1_shard1_replica_n3","base_url":"https://127.0.0.1:40161/solr","node_name":"127.0.0.1:40161_solr","state":"down","type":"NRT","force_set_state":"false"} [junit4] 2> 1210906 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={ [junit4] 2> "pullReplicas":"0", [junit4] 2> "replicationFactor":"2", [junit4] 2> "router":{"name":"compositeId"}, [junit4] 2> "maxShardsPerNode":"1", [junit4] 2> "autoAddReplicas":"false", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "tlogReplicas":"0", [junit4] 2> "shards":{ [junit4] 2> "shard1":{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node2":{ [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "node_name":"127.0.0.1:33235_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"testSelected1_shard1_replica_n3", [junit4] 2> "base_url":"https://127.0.0.1:40161/solr", [junit4] 2> "node_name":"127.0.0.1:40161_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}}}, [junit4] 2> "shard2":{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"testSelected1_shard2_replica_n6", [junit4] 2> "base_url":"https://127.0.0.1:32973/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}}}} [junit4] 2> 1210909 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 3, message = { [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "core_node_name":"core_node7", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "node_name":"127.0.0.1:42004_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"testSelected1", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 1210909 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "core_node_name":"core_node7", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "node_name":"127.0.0.1:42004_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"testSelected1", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} [junit4] 2> 1210909 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node7:{"core":"testSelected1_shard2_replica_n4","base_url":"https://127.0.0.1:42004/solr","node_name":"127.0.0.1:42004_solr","state":"down","type":"NRT","force_set_state":"false"} [junit4] 2> 1210909 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={ [junit4] 2> "pullReplicas":"0", [junit4] 2> "replicationFactor":"2", [junit4] 2> "router":{"name":"compositeId"}, [junit4] 2> "maxShardsPerNode":"1", [junit4] 2> "autoAddReplicas":"false", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "tlogReplicas":"0", [junit4] 2> "shards":{ [junit4] 2> "shard1":{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node2":{ [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "node_name":"127.0.0.1:33235_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"testSelected1_shard1_replica_n3", [junit4] 2> "base_url":"https://127.0.0.1:40161/solr", [junit4] 2> "node_name":"127.0.0.1:40161_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}}}, [junit4] 2> "shard2":{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "node_name":"127.0.0.1:42004_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"testSelected1_shard2_replica_n6", [junit4] 2> "base_url":"https://127.0.0.1:32973/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}}}} [junit4] 2> 1210911 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 4, message = { [junit4] 2> "core":"testSelected1_shard2_replica_n6", [junit4] 2> "core_node_name":"core_node8", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:32973/solr", [junit4] 2> "node_name":"127.0.0.1:32973_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"testSelected1", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 1210911 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"testSelected1_shard2_replica_n6", [junit4] 2> "core_node_name":"core_node8", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:32973/solr", [junit4] 2> "node_name":"127.0.0.1:32973_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"testSelected1", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} [junit4] 2> 1210912 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node8:{"core":"testSelected1_shard2_replica_n6","base_url":"https://127.0.0.1:32973/solr","node_name":"127.0.0.1:32973_solr","state":"down","type":"NRT","force_set_state":"false"} [junit4] 2> 1210912 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={ [junit4] 2> "pullReplicas":"0", [junit4] 2> "replicationFactor":"2", [junit4] 2> "router":{"name":"compositeId"}, [junit4] 2> "maxShardsPerNode":"1", [junit4] 2> "autoAddReplicas":"false", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "tlogReplicas":"0", [junit4] 2> "shards":{ [junit4] 2> "shard1":{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node2":{ [junit4] 2> "core":"testSelected1_shard1_replica_n1", [junit4] 2> "base_url":"https://127.0.0.1:33235/solr", [junit4] 2> "node_name":"127.0.0.1:33235_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"testSelected1_shard1_replica_n3", [junit4] 2> "base_url":"https://127.0.0.1:40161/solr", [junit4] 2> "node_name":"127.0.0.1:40161_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}}}, [junit4] 2> "shard2":{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"testSelected1_shard2_replica_n4", [junit4] 2> "base_url":"https://127.0.0.1:42004/solr", [junit4] 2> "node_name":"127.0.0.1:42004_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"testSelected1_shard2_replica_n6", [junit4] 2> "base_url":"https://127.0.0.1:32973/solr", [junit4] 2> "node_name":"127.0.0.1:32973_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}}}}} [junit4] 2> 1211013 DEBUG (OverseerStateUpdate-72091764654407683-127.0.0.1:42004_solr-n_0000000000) [ ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testSelected1/state.json version: 1 [junit4] 2> 1211526 DEBUG (ScheduledTrigger-5325-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 4 [junit4] 2> 1211916 INFO (qtp732338381-13328) [n:127.0.0.1:40161_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1211916 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1211923 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.s.IndexSchema [testSelected1_shard1_replica_n1] Schema name=minimal [junit4] 2> 1211925 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1211926 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1211926 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSelected1_shard1_replica_n1' using configuration from collection testSelected1, trusted=true [junit4] 2> 1211927 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33235.solr.core.testSelected1.shard1.replica_n1' (registry 'solr.core.testSelected1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1211927 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1211927 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.c.SolrCore [[testSelected1_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node2/testSelected1_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node2/./testSelected1_shard1_replica_n1/data/] [junit4] 2> 1211929 INFO (qtp732338381-13328) [n:127.0.0.1:40161_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.s.IndexSchema [testSelected1_shard1_replica_n3] Schema name=minimal [junit4] 2> 1211929 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1211945 INFO (qtp732338381-13328) [n:127.0.0.1:40161_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1211945 INFO (qtp732338381-13328) [n:127.0.0.1:40161_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testSelected1_shard1_replica_n3' using configuration from collection testSelected1, trusted=true [junit4] 2> 1211945 INFO (qtp732338381-13328) [n:127.0.0.1:40161_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40161.solr.core.testSelected1.shard1.replica_n3' (registry 'solr.core.testSelected1.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1211946 INFO (qtp732338381-13328) [n:127.0.0.1:40161_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1211946 INFO (qtp732338381-13328) [n:127.0.0.1:40161_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.c.SolrCore [[testSelected1_shard1_replica_n3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node4/testSelected1_shard1_replica_n3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node4/./testSelected1_shard1_replica_n3/data/] [junit4] 2> 1211947 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.s.IndexSchema [testSelected1_shard2_replica_n6] Schema name=minimal [junit4] 2> 1211949 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1211949 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSelected1_shard2_replica_n6' using configuration from collection testSelected1, trusted=true [junit4] 2> 1211950 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32973.solr.core.testSelected1.shard2.replica_n6' (registry 'solr.core.testSelected1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1211950 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1211950 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.s.IndexSchema [testSelected1_shard2_replica_n4] Schema name=minimal [junit4] 2> 1211950 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.c.SolrCore [[testSelected1_shard2_replica_n6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node3/testSelected1_shard2_replica_n6], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node3/./testSelected1_shard2_replica_n6/data/] [junit4] 2> 1211952 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1211952 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSelected1_shard2_replica_n4' using configuration from collection testSelected1, trusted=true [junit4] 2> 1211952 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42004.solr.core.testSelected1.shard2.replica_n4' (registry 'solr.core.testSelected1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b2cdeca [junit4] 2> 1211952 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1211952 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.c.SolrCore [[testSelected1_shard2_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node1/testSelected1_shard2_replica_n4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_8CE06DE96FE2458F-001/tempDir-001/node1/./testSelected1_shard2_replica_n4/data/] [junit4] 2> 1211995 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1211995 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1211997 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1211997 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1212017 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@570658e6[testSelected1_shard1_replica_n1] main] [junit4] 2> 1212019 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1212019 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1212020 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1212021 INFO (searcherExecutor-5359-thread-1-processing-n:127.0.0.1:33235_solr x:testSelected1_shard1_replica_n1 c:testSelected1 s:shard1 r:core_node2) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.c.SolrCore [testSelected1_shard1_replica_n1] Registered new searcher Searcher@570658e6[testSelected1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1212021 INFO (qtp1055162612-13265) [n:127.0.0.1:33235_solr c:testSelected1 s:shard1 r:core_node2 x:testSelected1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1607710948028579840 [junit4] 2> 1212027 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1212027 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1212029 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1212029 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1212030 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1212030 INFO (qtp1560795675-13220) [n:127.0.0.1:42004_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1212030 INFO (qtp12575252-13296) [n:127.0.0.1:32973_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@785926ba[testSelected1_shard2_replica_n6] [...truncated too long message...] kins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: jar-checksums: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null417875117 [copy] Copying 240 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null417875117 [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null417875117 check-working-copy: [ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working [ivy:cachepath] confs: [default] [ivy:cachepath] found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public [ivy:cachepath] found com.jcraft#jsch;0.1.53 in public [ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public [ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in public [ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public [ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public [ivy:cachepath] found commons-codec#commons-codec;1.6 in public [ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public [ivy:cachepath] :: resolution report :: resolve 22ms :: artifacts dl 1ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 8 | 0 | 0 | 0 || 8 | 0 | --------------------------------------------------------------------- [wc-checker] Initializing working copy... [wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation [wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [wc-checker] Checking working copy status... -jenkins-base: BUILD SUCCESSFUL Total time: 114 minutes 26 seconds Archiving artifacts java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath$34.hasMatch(FilePath.java:2678) at hudson.FilePath$34.invoke(FilePath.java:2557) at hudson.FilePath$34.invoke(FilePath.java:2547) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:955) at hudson.FilePath.act(FilePath.java:1036) at hudson.FilePath.act(FilePath.java:1025) at hudson.FilePath.validateAntFileMask(FilePath.java:2547) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1819) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused: hudson.FilePath$TunneledInterruptedException at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath.act(FilePath.java:1038) at hudson.FilePath.act(FilePath.java:1025) at hudson.FilePath.validateAntFileMask(FilePath.java:2547) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1819) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error? Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures)
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org