Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21022/
Java: 64bit/jdk-10-ea+32 -XX:-UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration
Error Message:
Timed out waiting for replicas of collection to be 2 again null Live Nodes:
[127.0.0.1:44225_solr] Last available state:
DocCollection(testIntegration//collections/testIntegration/state.json/8)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"testIntegration_shard1_replica_n1",
"base_url":"https://127.0.0.1:40855/solr",
"node_name":"127.0.0.1:40855_solr", "state":"down",
"type":"NRT"}, "core_node4":{
"core":"testIntegration_shard1_replica_n2",
"base_url":"https://127.0.0.1:44225/solr",
"node_name":"127.0.0.1:44225_solr", "state":"active",
"type":"NRT", "leader":"true"}, "core_node6":{
"core":"testIntegration_shard1_replica_n5",
"base_url":"https://127.0.0.1:44225/solr", "state":"down",
"node_name":"127.0.0.1:44225_solr", "type":"NRT"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Timed out waiting for replicas of collection to be 2
again
null
Live Nodes: [127.0.0.1:44225_solr]
Last available state:
DocCollection(testIntegration//collections/testIntegration/state.json/8)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"testIntegration_shard1_replica_n1",
"base_url":"https://127.0.0.1:40855/solr",
"node_name":"127.0.0.1:40855_solr",
"state":"down",
"type":"NRT"},
"core_node4":{
"core":"testIntegration_shard1_replica_n2",
"base_url":"https://127.0.0.1:44225/solr",
"node_name":"127.0.0.1:44225_solr",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node6":{
"core":"testIntegration_shard1_replica_n5",
"base_url":"https://127.0.0.1:44225/solr",
"state":"down",
"node_name":"127.0.0.1:44225_solr",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([F70DB9AF94163976:476CB783B1299853]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:209)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testExecute
Error Message:
Error from server at https://127.0.0.1:44225/solr: Could not fully create
collection: testExecute
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:44225/solr: Could not fully create collection:
testExecute
at
__randomizedtesting.SeedInfo.seed([F70DB9AF94163976:C6BDABA286E1C6F1]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testExecute(ExecutePlanActionTest.java:93)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 11767 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest
[junit4] 2> 33005 INFO
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/init-core-data-001
[junit4] 2> 33007 WARN
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=201 numCloses=201
[junit4] 2> 33008 INFO
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 33008 INFO
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 33015 INFO
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/tempDir-001
[junit4] 2> 33020 INFO
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 33024 INFO (Thread-26) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 33025 INFO (Thread-26) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 33124 INFO
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:34235
[junit4] 2> 33167 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to
java.io.IOException: ZooKeeperServer not running
[junit4] 2> 33178 ERROR (Thread-26) [ ] 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> 34621 INFO (jetty-launcher-49-thread-1) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 34627 INFO (jetty-launcher-49-thread-2) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 34706 INFO (jetty-launcher-49-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4b174c1{/solr,null,AVAILABLE}
[junit4] 2> 34709 INFO (jetty-launcher-49-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3b901762{/solr,null,AVAILABLE}
[junit4] 2> 34740 INFO (jetty-launcher-49-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3c196718{SSL,[ssl,
http/1.1]}{127.0.0.1:44225}
[junit4] 2> 34740 INFO (jetty-launcher-49-thread-1) [ ] o.e.j.s.Server
Started @36145ms
[junit4] 2> 34740 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44225}
[junit4] 2> 34746 INFO (jetty-launcher-49-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4f6f9e25{SSL,[ssl,
http/1.1]}{127.0.0.1:40855}
[junit4] 2> 34746 INFO (jetty-launcher-49-thread-2) [ ] o.e.j.s.Server
Started @36151ms
[junit4] 2> 34746 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40855}
[junit4] 2> 34752 ERROR (jetty-launcher-49-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 34752 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 34752 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 34752 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 34752 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-03T21:55:00.120814Z
[junit4] 2> 34753 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 34753 ERROR (jetty-launcher-49-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 34768 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 34768 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 34768 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 34768 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-03T21:55:00.136585Z
[junit4] 2> 34779 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 34779 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 34829 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34235/solr
[junit4] 2> 34831 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34235/solr
[junit4] 2> 35056 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 35056 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 35057 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40855_solr
[junit4] 2> 35058 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44225_solr
[junit4] 2> 35058 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=99112589619953670-127.0.0.1:40855_solr-n_0000000000) starting
[junit4] 2> 35066 INFO (zkCallback-61-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 35066 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 35105 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40855_solr
[junit4] 2> 35109 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 35110 INFO (zkCallback-61-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 35122 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
[junit4] 2> 35125 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 35140 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44225_solr,
127.0.0.1:40855_solr]
[junit4] 2> 35140 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 35140 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 35147 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 35148 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 35149 DEBUG (ScheduledTrigger-305-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: [127.0.0.1:44225_solr, 127.0.0.1:40855_solr]
[junit4] 2> 35326 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40855.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b87f757
[junit4] 2> 35327 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40855.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b87f757
[junit4] 2> 35328 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40855.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b87f757
[junit4] 2> 35328 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44225.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b87f757
[junit4] 2> 35329 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44225.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b87f757
[junit4] 2> 35329 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44225.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b87f757
[junit4] 2> 35334 INFO (jetty-launcher-49-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/tempDir-001/node1/.
[junit4] 2> 35334 INFO (jetty-launcher-49-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/tempDir-001/node2/.
[junit4] 2> 35443 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1601e6009110007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 35451 INFO
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 35452 INFO
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34235/solr ready
[junit4] 2> 35461 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testIntegration
[junit4] 2> 35462 DEBUG (zkCallback-61-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
2
[junit4] 2> 35462 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 2
[junit4] 2> 35466 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 35467 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 35468 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2,
lastZnodeVersion 2
[junit4] 2> 35707 INFO (qtp1431433360-292) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 35707 INFO (qtp1431433360-292) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34235/solr ready
[junit4] 2> 35745 INFO (qtp1763217068-291) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/metrics
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0
QTime=2
[junit4] 2> 35769 INFO (qtp1431433360-286) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/metrics
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0
QTime=0
[junit4] 2> 35771 DEBUG (qtp1431433360-292) [ ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 35773 INFO (qtp1431433360-292) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2}
status=0 QTime=84
[junit4] 2> 35773 DEBUG (zkCallback-61-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
3
[junit4] 2> 35774 DEBUG (zkCallback-61-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44225_solr,
127.0.0.1:40855_solr]
[junit4] 2> 35774 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 3
[junit4] 2> 35776 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 35776 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3,
lastZnodeVersion 3
[junit4] 2> 35777 DEBUG (ScheduledTrigger-305-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: [127.0.0.1:44225_solr, 127.0.0.1:40855_solr]
[junit4] 2> 35785 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testIntegration&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 35793 INFO (OverseerThreadFactory-307-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection testIntegration
[junit4] 2> 35908 INFO
(OverseerStateUpdate-99112589619953670-127.0.0.1:40855_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testIntegration",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testIntegration_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:40855/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 35910 INFO
(OverseerStateUpdate-99112589619953670-127.0.0.1:40855_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testIntegration",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testIntegration_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44225/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 36131 INFO (qtp1763217068-293) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testIntegration_shard1_replica_n2&action=CREATE&numShards=1&collection=testIntegration&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 36131 INFO (qtp1431433360-286) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testIntegration_shard1_replica_n1&action=CREATE&numShards=1&collection=testIntegration&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 36133 INFO (qtp1763217068-293) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 36134 INFO (qtp1431433360-286) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 36256 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 36256 INFO (zkCallback-61-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 36256 INFO (zkCallback-61-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 36256 INFO (zkCallback-60-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 36779 DEBUG (ScheduledTrigger-305-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: [127.0.0.1:44225_solr, 127.0.0.1:40855_solr]
[junit4] 2> 37162 INFO (qtp1431433360-286) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 37162 INFO (qtp1763217068-293) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 37170 INFO (qtp1431433360-286) [ ] o.a.s.s.IndexSchema
[testIntegration_shard1_replica_n1] Schema name=minimal
[junit4] 2> 37171 INFO (qtp1763217068-293) [ ] o.a.s.s.IndexSchema
[testIntegration_shard1_replica_n2] Schema name=minimal
[junit4] 2> 37172 INFO (qtp1431433360-286) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 37172 INFO (qtp1431433360-286) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'testIntegration_shard1_replica_n1' using configuration from
collection testIntegration, trusted=true
[junit4] 2> 37173 INFO (qtp1431433360-286) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40855.solr.core.testIntegration.shard1.replica_n1' (registry
'solr.core.testIntegration.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b87f757
[junit4] 2> 37173 INFO (qtp1431433360-286) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 37174 INFO (qtp1431433360-286) [ ] o.a.s.c.SolrCore
[[testIntegration_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/tempDir-001/node2/testIntegration_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/tempDir-001/node2/./testIntegration_shard1_replica_n1/data/]
[junit4] 2> 37174 INFO (qtp1763217068-293) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 37174 INFO (qtp1763217068-293) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'testIntegration_shard1_replica_n2' using configuration from
collection testIntegration, trusted=true
[junit4] 2> 37174 INFO (qtp1763217068-293) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44225.solr.core.testIntegration.shard1.replica_n2' (registry
'solr.core.testIntegration.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b87f757
[junit4] 2> 37174 INFO (qtp1763217068-293) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 37174 INFO (qtp1763217068-293) [ ] o.a.s.c.SolrCore
[[testIntegration_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/tempDir-001/node1/testIntegration_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/tempDir-001/node1/./testIntegration_shard1_replica_n2/data/]
[junit4] 2> 37234 INFO (qtp1431433360-286) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 37234 INFO (qtp1431433360-286) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 37236 INFO (qtp1431433360-286) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 37236 INFO (qtp1431433360-286) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 37236 INFO (qtp1763217068-293) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 37236 INFO (qtp1763217068-293) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 37238 INFO (qtp1431433360-286) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5f72b051[testIntegration_shard1_replica_n1] main]
[junit4] 2> 37238 INFO (qtp1763217068-293) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 37238 INFO (qtp1763217068-293) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 37241 INFO (qtp1431433360-286) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 37241 INFO (qtp1763217068-293) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@53a7c596[testIntegration_shard1_replica_n2] main]
[junit4] 2> 37242 INFO (qtp1431433360-286) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 37242 INFO (qtp1763217068-293) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 37242 INFO (qtp1763217068-293) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 37243 INFO (qtp1431433360-286) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 37243 INFO (qtp1763217068-293) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 37244 INFO (qtp1763217068-293) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1585801438284480512
[junit4] 2> 37248 INFO (qtp1431433360-286) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1585801438288674816
[junit4] 2> 37262 INFO (searcherExecutor-312-thread-1) [ ]
o.a.s.c.SolrCore [testIntegration_shard1_replica_n1] Registered new searcher
Searcher@5f72b051[testIntegration_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 37262 INFO (searcherExecutor-313-thread-1) [ ]
o.a.s.c.SolrCore [testIntegration_shard1_replica_n2] Registered new searcher
Searcher@53a7c596[testIntegration_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 37278 INFO (qtp1763217068-293) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 37278 INFO (qtp1763217068-293) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 37279 INFO (qtp1763217068-293) [ ] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:44225/solr/testIntegration_shard1_replica_n2/
[junit4] 2> 37284 INFO (qtp1763217068-293) [ ] o.a.s.u.PeerSync
PeerSync: core=testIntegration_shard1_replica_n2
url=https://127.0.0.1:44225/solr START
replicas=[https://127.0.0.1:40855/solr/testIntegration_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 37303 INFO (qtp1431433360-287) [ ] o.a.s.c.S.Request
[testIntegration_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 37379 INFO (zkCallback-60-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37379 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37380 INFO (zkCallback-61-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37380 INFO (zkCallback-61-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37584 INFO (qtp1763217068-293) [ ] o.a.s.u.PeerSync
PeerSync: core=testIntegration_shard1_replica_n2
url=https://127.0.0.1:44225/solr DONE. We have no versions. sync failed.
[junit4] 2> 37585 INFO (qtp1763217068-293) [ ] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 37585 INFO (qtp1763217068-293) [ ]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 37585 INFO (qtp1763217068-293) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 37592 INFO (qtp1763217068-293) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:44225/solr/testIntegration_shard1_replica_n2/ shard1
[junit4] 2> 37694 INFO (zkCallback-60-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37694 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37694 INFO (zkCallback-61-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37694 INFO (zkCallback-61-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37743 INFO (qtp1763217068-293) [ ] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 37757 INFO (qtp1763217068-293) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testIntegration_shard1_replica_n2&action=CREATE&numShards=1&collection=testIntegration&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1626
[junit4] 2> 37779 DEBUG (ScheduledTrigger-305-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: [127.0.0.1:44225_solr, 127.0.0.1:40855_solr]
[junit4] 2> 37847 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37847 INFO (zkCallback-61-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37847 INFO (zkCallback-61-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 37847 INFO (zkCallback-60-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 38277 INFO (qtp1431433360-286) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testIntegration_shard1_replica_n1&action=CREATE&numShards=1&collection=testIntegration&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2148
[junit4] 2> 38292 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 38380 INFO (zkCallback-60-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 38380 INFO (zkCallback-61-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 38380 INFO (zkCallback-61-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 38380 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 38779 DEBUG (ScheduledTrigger-305-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: [127.0.0.1:44225_solr, 127.0.0.1:40855_solr]
[junit4] 2> 39293 INFO (qtp1763217068-299) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testIntegration&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3507
[junit4] 2> 39306 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@4f6f9e25{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 39306 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=623176464
[junit4] 2> 39307 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 39307 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1fac1946: rootName =
solr_40855, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@73c68f95
[junit4] 2> 39321 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 39321 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7ffd563a: rootName =
solr_40855, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@193b0be7
[junit4] 2> 39333 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 39333 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@e123804: rootName =
solr_40855, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@e82625d
[junit4] 2> 39335 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:40855_solr
[junit4] 2> 39336 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 39336 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 39336 INFO (zkCallback-61-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 39336 INFO (zkCallback-68-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 39339 INFO (coreCloseExecutor-322-thread-1) [ ]
o.a.s.c.SolrCore [testIntegration_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2750a509
[junit4] 2> 39339 INFO (coreCloseExecutor-322-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testIntegration.shard1.replica_n1, tag=659596553
[junit4] 2> 39339 INFO (coreCloseExecutor-322-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4db32f37: rootName =
solr_40855, domain = solr.core.testIntegration.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.testIntegration.shard1.replica_n1
/ com.codahale.metrics.MetricRegistry@6896a238
[junit4] 2> 39363 INFO (coreCloseExecutor-322-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testIntegration.shard1.leader, tag=659596553
[junit4] 2> 39367 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.c.Overseer Overseer
(id=99112589619953670-127.0.0.1:40855_solr-n_0000000000) closing
[junit4] 2> 39367 INFO
(OverseerStateUpdate-99112589619953670-127.0.0.1:40855_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40855_solr
[junit4] 2> 39367 WARN
(OverseerAutoScalingTriggerThread-99112589619953670-127.0.0.1:40855_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 39367 DEBUG
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 39368 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1601e6009110006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 39368 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44225_solr
[junit4] 2> 39369 INFO
(TEST-ExecutePlanActionTest.testIntegration-seed#[F70DB9AF94163976]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4b174c1{/solr,null,UNAVAILABLE}
[junit4] 2> 39370 INFO (zkCallback-60-thread-1) [ ] o.a.s.c.Overseer
Overseer (id=99112589619953669-127.0.0.1:44225_solr-n_0000000001) starting
[junit4] 2> 39381 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
[junit4] 2> 39381 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 4
[junit4] 2> 39382 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44225_solr]
[junit4] 2> 39382 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44225_solr]
[junit4] 2> 39382 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4,
lastZnodeVersion -1
[junit4] 2> 39382 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 4
[junit4] 2> 39382 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.NodeLostTrigger Adding lost node from marker path:
127.0.0.1:40855_solr
[junit4] 2> 39382 INFO (zkCallback-60-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 39382 INFO (zkCallback-68-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 39382 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 39383 INFO (zkCallback-68-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 39385 DEBUG (ScheduledTrigger-325-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: [127.0.0.1:44225_solr]
[junit4] 2> 39385 DEBUG (ScheduledTrigger-325-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:40855_solr
[junit4] 2> 39385 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 39385 DEBUG
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4,
lastZnodeVersion 4
[junit4] 2> 39386 DEBUG (ScheduledTrigger-325-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: [127.0.0.1:44225_solr]
[junit4] 2> 40386 DEBUG (ScheduledTrigger-325-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: [127.0.0.1:44225_solr]
[junit4] 2> 40386 DEBUG (ScheduledTrigger-325-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost
nodes: [127.0.0.1:40855_solr]
[junit4] 2> 40386 DEBUG (ScheduledTrigger-325-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: [127.0.0.1:44225_solr]
[junit4] 2> 40387 DEBUG (ScheduledTrigger-325-thread-2) [ ]
o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
[junit4] 2> "id":"14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya",
[junit4] 2> "source":"node_lost_trigger",
[junit4] 2> "eventTime":1512338104753000000,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1512338104753000000],
[junit4] 2> "nodeNames":["127.0.0.1:40855_solr"]}}
[junit4] 2> 40389 INFO (ScheduledTrigger-325-thread-2) [ ]
o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling
logging.
[junit4] 2> 40392 DEBUG (AutoscalingActionExecutor-326-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers -- processing actions for {
[junit4] 2> "id":"14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya",
[junit4] 2> "source":"node_lost_trigger",
[junit4] 2> "eventTime":1512338104753000000,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1512338104753000000],
[junit4] 2> "_enqueue_time_":1512338105755000000,
[junit4] 2> "nodeNames":["127.0.0.1:40855_solr"]}}
[junit4] 2> 40394 DEBUG (AutoscalingActionExecutor-326-thread-1) [ ]
o.a.s.c.a.ComputePlanAction -- processing event: {
[junit4] 2> "id":"14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya",
[junit4] 2> "source":"node_lost_trigger",
[junit4] 2> "eventTime":1512338104753000000,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1512338104753000000],
[junit4] 2> "_enqueue_time_":1512338105755000000,
[junit4] 2> "nodeNames":["127.0.0.1:40855_solr"]}} with context
properties: {BEFORE_ACTION=[compute_plan]}
[junit4] 2> 40407 INFO (qtp1763217068-295) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/metrics
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0
QTime=4
[junit4] 2> 40411 DEBUG (AutoscalingActionExecutor-326-thread-1) [ ]
o.a.s.c.a.ComputePlanAction NODELOST Created suggester with srcNode:
[127.0.0.1:40855_solr]
[junit4] 2> 40412 INFO (AutoscalingActionExecutor-326-thread-1) [ ]
o.a.s.c.a.ComputePlanAction Computed Plan:
action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:44225_solr&replica=core_node3
[junit4] 2> 40413 DEBUG (AutoscalingActionExecutor-326-thread-1) [ ]
o.a.s.c.a.ComputePlanAction NODELOST Created suggester with srcNode:
[127.0.0.1:40855_solr]
[junit4] 2> 40413 DEBUG (AutoscalingActionExecutor-326-thread-1) [ ]
o.a.s.c.a.ExecutePlanAction -- processing event: {
[junit4] 2> "id":"14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya",
[junit4] 2> "source":"node_lost_trigger",
[junit4] 2> "eventTime":1512338104753000000,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1512338104753000000],
[junit4] 2> "_enqueue_time_":1512338105755000000,
[junit4] 2> "nodeNames":["127.0.0.1:40855_solr"]}} with context
properties:
{operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@34d65587],
AFTER_ACTION=[compute_plan], BEFORE_ACTION=[compute_plan, execute_plan]}
[junit4] 2> 40413 INFO (AutoscalingActionExecutor-326-thread-1) [ ]
o.a.s.c.a.ExecutePlanAction Executing operation:
action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:44225_solr&replica=core_node3
[junit4] 2> 40415 DEBUG (AutoscalingActionExecutor-326-thread-1) [ ]
o.a.s.c.a.ExecutePlanAction Saved requestId:
node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0 in znode:
/autoscaling/triggerState/node_lost_trigger/execute_plan/op-0000000000
[junit4] 2> 40417 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :movereplica with params
async=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&replica=core_node3&action=MOVEREPLICA&collection=testIntegration&waitForFinalState=true&targetNode=127.0.0.1:44225_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 40419 INFO (qtp1763217068-299) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={async=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&replica=core_node3&action=MOVEREPLICA&collection=testIntegration&waitForFinalState=true&targetNode=127.0.0.1:44225_solr&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 40428 INFO (OverseerThreadFactory-327-thread-1) [ ]
o.a.s.c.MoveReplicaCmd Replica will be moved
core_node3:{"core":"testIntegration_shard1_replica_n1","base_url":"https://127.0.0.1:40855/solr","node_name":"127.0.0.1:40855_solr","state":"down","type":"NRT"}
[junit4] 2> 40429 INFO (qtp1763217068-297) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 40430 INFO (qtp1763217068-297) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 40431 INFO (OverseerThreadFactory-327-thread-1) [ ]
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:44225_solr for creating new
replica
[junit4] 2> 40432 INFO
(OverseerStateUpdate-99112589619953669-127.0.0.1:44225_solr-n_0000000001) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"addreplica",
[junit4] 2> "collection":"testIntegration",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testIntegration_shard1_replica_n5",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44225/solr",
[junit4] 2> "node_name":"127.0.0.1:44225_solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 40534 INFO (zkCallback-60-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 40534 INFO (zkCallback-68-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 40534 INFO (zkCallback-60-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 40534 INFO (zkCallback-68-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testIntegration/state.json] for collection [testIntegration]
has occurred - updating... (live nodes size: [1])
[junit4] 2> 40648 INFO (qtp1763217068-298) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={async=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/039247979082625&qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=testIntegration_shard1_replica_n5&action=CREATE&collection=testIntegration&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2
[junit4] 2> 40648 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.h.a.CoreAdminOperation core create command
async=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/039247979082625&qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=testIntegration_shard1_replica_n5&action=CREATE&collection=testIntegration&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 40651 INFO (qtp1763217068-297) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/039247979082625
[junit4] 2> 40652 INFO (qtp1763217068-297) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/039247979082625&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 40659 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 40666 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.s.IndexSchema [testIntegration_shard1_replica_n5] Schema name=minimal
[junit4] 2> 40668 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 40668 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'testIntegration_shard1_replica_n5'
using configuration from collection testIntegration, trusted=true
[junit4] 2> 40668 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44225.solr.core.testIntegration.shard1.replica_n5' (registry
'solr.core.testIntegration.shard1.replica_n5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b87f757
[junit4] 2> 40668 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 40669 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.c.SolrCore [[testIntegration_shard1_replica_n5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/tempDir-001/node1/testIntegration_shard1_replica_n5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001/tempDir-001/node1/./testIntegration_shard1_replica_n5/data/]
[junit4] 2> 40748 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 40748 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 40752 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 40752 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 40756 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@37d8ffd[testIntegration_shard1_replica_n5] main]
[junit4] 2> 40757 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 40757 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 40758 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 40760 INFO (searcherExecutor-328-thread-1) [ ]
o.a.s.c.SolrCore [testIntegration_shard1_replica_n5] Registered new searcher
Searcher@37d8ffd[testIntegration_shard1_replica_n5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 40760 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1585801441971273728
[junit4] 2> 40776 INFO (parallelCoreAdminExecutor-308-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:testIntegration_shard1_replica_n5
[junit4] 2> 40794 INFO (updateExecutor-54-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 40800 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 40801 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 40801 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[testIntegration_shard1_replica_n5]
[junit4] 2> 40801 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 40801 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core
[testIntegration_shard1_replica_n5] as recovering, leader is
[https://127.0.0.1:44225/solr/testIntegration_shard1_replica_n2/] and I am
[https://127.0.0.1:44225/solr/testIntegration_shard1_replica_n5/]
[junit4] 2> 40805 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[https://127.0.0.1:44225/solr]; [WaitForState:
action=PREPRECOVERY&core=testIntegration_shard1_replica_n2&nodeName=127.0.0.1:44225_solr&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 40813 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node6, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 40814 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 41655 INFO (qtp1763217068-295) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/039247979082625
[junit4] 2> 41655 INFO (qtp1763217068-295) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/039247979082625&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 41656 INFO (OverseerThreadFactory-327-thread-1) [ ]
o.a.s.c.MoveReplicaCmd props {
[junit4] 2> "collection":"testIntegration",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testIntegration_shard1_replica_n5",
[junit4] 2> "node_name":"127.0.0.1:44225_solr"}
[junit4] 2> 41658 INFO (OverseerThreadFactory-327-thread-1) [ ]
o.a.s.c.MoveReplicaCmd -- registered watcher
ActiveReplicaWatcher@716b7545{collection='testIntegration', replicaIds=[],
solrCoreNames=[testIntegration_shard1_replica_n5], latch=1,, activeReplicas=[]}
[junit4] 2> 41814 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 42814 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 43815 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 44815 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 45436 INFO (qtp1763217068-293) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 45438 INFO (qtp1763217068-293) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 45815 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 46816 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 47816 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 48816 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 49816 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 50442 INFO (qtp1763217068-297) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 50443 INFO (qtp1763217068-297) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 50816 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 51817 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 52817 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 53817 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 54817 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 55447 INFO (qtp1763217068-295) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 55447 INFO (qtp1763217068-295) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 55818 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp After 15 seconds, core
testIntegration_shard1_replica_n2 (shard1 of testIntegration) still does not
have state: recovering; forcing ClusterState update from ZooKeeper
[junit4] 2> 55819 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 56819 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 57819 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 58819 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 59820 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 60451 INFO (qtp1763217068-293) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 60451 INFO (qtp1763217068-293) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 60820 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 61820 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 62820 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 63821 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 64821 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 65454 INFO (qtp1763217068-297) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 65455 INFO (qtp1763217068-297) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 65455 DEBUG (AutoscalingActionExecutor-326-thread-1) [ ]
o.a.s.c.a.ExecutePlanAction Task with
requestId=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0 still
not complete after 25s. Last state=RUNNING
[junit4] 2> 65821 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 66821 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 67821 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 68822 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 69822 INFO (qtp1763217068-299) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=testIntegration, shard=shard1,
thisCore=testIntegration_shard1_replica_n2, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:44225_solr, coreNodeName=core_node6,
onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"testIntegration_shard1_replica_n5","base_url":"https://127.0.0.1:44225/solr","state":"down","node_name":"127.0.0.1:44225_solr","type":"NRT"}
[junit4] 2> 70458 INFO (qtp1763217068-295) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 70458 INFO (qtp1763217068-295) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=node_lost_trigger/14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya/0&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 70822 INFO (qtp1763217068-299) [ ] o.a.s.h.a.PrepRecover
[...truncated too long message...]
t java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unexpected
exception while processing event: {
[junit4] 2> "id":"14fce77e5a170e40Tdn3xziq76sxiezke91wlm6cya",
[junit4] 2> "source":"node_lost_trigger",
[junit4] 2> "eventTime":1512338104753000000,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1512338104753000000],
[junit4] 2> "_enqueue_time_":1512338105755000000,
[junit4] 2> "nodeNames":["127.0.0.1:40855_solr"]}}
[junit4] 2> at
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:121)
[junit4] 2> at
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:305)
[junit4] 2> ... 6 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
talk to ZooKeeper
[junit4] 2> at
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:109)
[junit4] 2> ... 7 more
[junit4] 2> Caused by: java.io.IOException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
[junit4] 2> at
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:111)
[junit4] 2> at
org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:133)
[junit4] 2> at
org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85)
[junit4] 2> ... 7 more
[junit4] 2> Caused by: org.apache.solr.client.solrj.SolrServerException:
No live SolrServers available to handle this request
[junit4] 2> at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
[junit4] 2> at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
[junit4] 2> at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
[junit4] 2> at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
[junit4] 2> at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
[junit4] 2> at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
[junit4] 2> at
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:109)
[junit4] 2> ... 9 more
[junit4] 2> 161560 INFO
(OverseerCollectionConfigSetProcessor-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000003 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 164641 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
[junit4] 2> 164641 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
[junit4] 2> 164641 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.c.SolrCore [testIntegration_shard1_replica_n5] CLOSING SolrCore
org.apache.solr.core.SolrCore@6a22ef5e
[junit4] 2> 164641 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testIntegration.shard1.replica_n5, tag=1780674398
[junit4] 2> 164641 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@fe238cb: rootName =
solr_44225, domain = solr.core.testIntegration.shard1.replica_n5, service url =
null, agent id = null] for registry solr.core.testIntegration.shard1.replica_n5
/ com.codahale.metrics.MetricRegistry@e897b8
[junit4] 2> 164655 INFO (recoveryExecutor-55-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testIntegration.shard1.leader, tag=1780674398
[junit4] 2> 164656 WARN (recoveryExecutor-55-thread-1) [ ]
o.a.s.c.RecoveryStrategy Stopping recovery for
core=[testIntegration_shard1_replica_n5] coreNodeName=[core_node6]
[junit4] 2> 164657 INFO (jetty-closer-50-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=99112589619953669-127.0.0.1:44225_solr-n_0000000001) closing
[junit4] 2> 164657 INFO
(OverseerStateUpdate-99112589619953669-127.0.0.1:44225_solr-n_0000000001) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44225_solr
[junit4] 2> 165614 ERROR (OverseerThreadFactory-327-thread-1) [ ]
o.a.s.c.OverseerCollectionMessageHandler Collection: testIntegration operation:
movereplica failed:java.lang.InterruptedException:
org.apache.solr.cloud.OverseerCollectionMessageHandler@29ee9e14 has been closed.
[junit4] 2> at
org.apache.solr.common.SolrCloseableLatch.await(SolrCloseableLatch.java:51)
[junit4] 2> at
org.apache.solr.cloud.MoveReplicaCmd.moveNormalReplica(MoveReplicaCmd.java:220)
[junit4] 2> at
org.apache.solr.cloud.MoveReplicaCmd.moveReplica(MoveReplicaCmd.java:118)
[junit4] 2> at
org.apache.solr.cloud.MoveReplicaCmd.call(MoveReplicaCmd.java:61)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2>
[junit4] 2> 165620 INFO (OverseerThreadFactory-327-thread-1) [ ]
o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 165624 WARN
(OverseerAutoScalingTriggerThread-99112589619953669-127.0.0.1:44225_solr-n_0000000001)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 165625 DEBUG (jetty-closer-50-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 167128 INFO (jetty-closer-50-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3b901762{/solr,null,UNAVAILABLE}
[junit4] 2> 167129 ERROR
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 167129 INFO
(SUITE-ExecutePlanActionTest-seed#[F70DB9AF94163976]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34235 34235
[junit4] 2> 172183 INFO (Thread-26) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:34235 34235
[junit4] 2> 172184 WARN (Thread-26) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 3 /solr/security.json
[junit4] 2> 2 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 20 /solr/collections/testIntegration/state.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 2
/solr/collections/testIntegration/leader_elect/shard1/election/99112589619953669-core_node4-n_0000000000
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 2 /solr/autoscaling/events/node_lost_trigger
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_F70DB9AF94163976-001
[junit4] 2> NOTE: test params are:
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=14868, maxDocsPerChunk=855, blockSize=7),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=14868, blockSize=7)),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@19f6ab90),
locale=en-PK, timezone=America/Santo_Domingo
[junit4] 2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea
(64-bit)/cpus=8,threads=1,free=260750344,total=536870912
[junit4] 2> NOTE: All tests run in this JVM:
[AddSchemaFieldsUpdateProcessorFactoryTest, TestSearcherReuse,
DocValuesMultiTest, TestAddFieldRealTimeGet, TestComplexPhraseQParserPlugin,
DocumentAnalysisRequestHandlerTest, TestUseDocValuesAsStored,
TestSortByMinMaxFunction, TestStressReorder, ExecutePlanActionTest]
[junit4] Completed [49/752 (1!)] on J1 in 139.20s, 2 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 42431 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]