Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2963/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseParallelGC
4 tests failed.
FAILED:
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:33853_solr,
127.0.0.1:37063_solr, 127.0.0.1:40137_solr] Last available state:
DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/12)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"raceDeleteReplica_false_shard1_replica_n1",
"base_url":"https://127.0.0.1:43747/solr",
"node_name":"127.0.0.1:43747_solr", "state":"down",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node6":{
"core":"raceDeleteReplica_false_shard1_replica_n5",
"base_url":"https://127.0.0.1:43747/solr",
"node_name":"127.0.0.1:43747_solr", "state":"down",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected new active leader
null
Live Nodes: [127.0.0.1:33853_solr, 127.0.0.1:37063_solr, 127.0.0.1:40137_solr]
Last available state:
DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/12)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"raceDeleteReplica_false_shard1_replica_n1",
"base_url":"https://127.0.0.1:43747/solr",
"node_name":"127.0.0.1:43747_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node6":{
"core":"raceDeleteReplica_false_shard1_replica_n5",
"base_url":"https://127.0.0.1:43747/solr",
"node_name":"127.0.0.1:43747_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([EBEFDAD49CB7CAF9:81F9BB04F4458033]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
at
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:334)
at
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:230)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards
Error Message:
Error from server at https://127.0.0.1:37063/solr: Cannot create collection
deleteByCountNew. Value of maxShardsPerNode is 1, and the number of nodes
currently live or live and part of your createNodeSet is 3. This allows a
maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2,
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4
shards to be created (higher than the allowed number)
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:37063/solr: Cannot create collection
deleteByCountNew. Value of maxShardsPerNode is 1, and the number of nodes
currently live or live and part of your createNodeSet is 3. This allows a
maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2,
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4
shards to be created (higher than the allowed number)
at
__randomizedtesting.SeedInfo.seed([EBEFDAD49CB7CAF9:D77E9D80D3F697AC]: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:1107)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
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.DeleteReplicaTest.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:32857_solr,
127.0.0.1:36331_solr, 127.0.0.1:43239_solr] Last available state:
DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/13)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node2":{ "core":"raceDeleteReplica_false_shard1_replica_n1",
"base_url":"https://127.0.0.1:46169/solr",
"node_name":"127.0.0.1:46169_solr", "state":"down",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node6":{
"core":"raceDeleteReplica_false_shard1_replica_n5",
"base_url":"https://127.0.0.1:46169/solr",
"node_name":"127.0.0.1:46169_solr", "state":"down",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected new active leader
null
Live Nodes: [127.0.0.1:32857_solr, 127.0.0.1:36331_solr, 127.0.0.1:43239_solr]
Last available state:
DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/13)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node2":{
"core":"raceDeleteReplica_false_shard1_replica_n1",
"base_url":"https://127.0.0.1:46169/solr",
"node_name":"127.0.0.1:46169_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node6":{
"core":"raceDeleteReplica_false_shard1_replica_n5",
"base_url":"https://127.0.0.1:46169/solr",
"node_name":"127.0.0.1:46169_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([EBEFDAD49CB7CAF9:81F9BB04F4458033]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
at
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:334)
at
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:230)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards
Error Message:
Error from server at https://127.0.0.1:36331/solr: Cannot create collection
deleteByCountNew. Value of maxShardsPerNode is 1, and the number of nodes
currently live or live and part of your createNodeSet is 3. This allows a
maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2,
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4
shards to be created (higher than the allowed number)
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:36331/solr: Cannot create collection
deleteByCountNew. Value of maxShardsPerNode is 1, and the number of nodes
currently live or live and part of your createNodeSet is 3. This allows a
maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2,
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4
shards to be created (higher than the allowed number)
at
__randomizedtesting.SeedInfo.seed([EBEFDAD49CB7CAF9:D77E9D80D3F697AC]: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:1107)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
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.DeleteReplicaTest.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 13962 lines...]
[junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
[junit4] 2> 1431836 INFO
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/init-core-data-001
[junit4] 2> 1431836 WARN
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
[junit4] 2> 1431836 INFO
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1431838 INFO
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1431838 INFO
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001
[junit4] 2> 1431838 INFO
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1431839 INFO (Thread-3524) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1431839 INFO (Thread-3524) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1431841 ERROR (Thread-3524) [ ] 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> 1431939 INFO
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:35869
[junit4] 2> 1431943 INFO (zkConnectionManagerCallback-4045-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1431951 INFO (jetty-launcher-4042-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1431951 INFO (jetty-launcher-4042-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1431951 INFO (jetty-launcher-4042-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1431958 INFO (jetty-launcher-4042-thread-4) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1ded43ed{/solr,null,AVAILABLE}
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@51b75069{/solr,null,AVAILABLE}
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5ad734ff{/solr,null,AVAILABLE}
[junit4] 2> 1431959 INFO (jetty-launcher-4042-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@77ce0aea{/solr,null,AVAILABLE}
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@f35014d{SSL,[ssl,
http/1.1]}{127.0.0.1:46169}
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1a3e5679{SSL,[ssl,
http/1.1]}{127.0.0.1:32857}
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-3) [ ]
o.e.j.s.Server Started @1432000ms
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-2) [ ]
o.e.j.s.Server Started @1432000ms
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@549cff78{SSL,[ssl,
http/1.1]}{127.0.0.1:36331}
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=32857}
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@66722a1d{SSL,[ssl,
http/1.1]}{127.0.0.1:43239}
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-4) [ ]
o.e.j.s.Server Started @1432000ms
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-1) [ ]
o.e.j.s.Server Started @1432000ms
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46169}
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36331}
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43239}
[junit4] 2> 1431960 ERROR (jetty-launcher-4042-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1431960 ERROR (jetty-launcher-4042-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1431960 ERROR (jetty-launcher-4042-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-23T07:25:45.223Z
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-23T07:25:45.223Z
[junit4] 2> 1431960 ERROR (jetty-launcher-4042-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-23T07:25:45.223Z
[junit4] 2> 1431960 INFO (jetty-launcher-4042-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-23T07:25:45.223Z
[junit4] 2> 1431973 INFO (zkConnectionManagerCallback-4052-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1431973 INFO (zkConnectionManagerCallback-4049-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1431973 INFO (zkConnectionManagerCallback-4053-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1431973 INFO (zkConnectionManagerCallback-4047-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1431973 INFO (jetty-launcher-4042-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1431973 INFO (jetty-launcher-4042-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1431973 INFO (jetty-launcher-4042-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1431973 INFO (jetty-launcher-4042-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1432066 INFO (jetty-launcher-4042-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35869/solr
[junit4] 2> 1432073 INFO (zkConnectionManagerCallback-4057-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432079 INFO (zkConnectionManagerCallback-4059-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432081 INFO (jetty-launcher-4042-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35869/solr
[junit4] 2> 1432082 INFO (zkConnectionManagerCallback-4063-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432086 INFO (zkConnectionManagerCallback-4065-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432090 INFO (jetty-launcher-4042-thread-3)
[n:127.0.0.1:46169_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:46169_solr
[junit4] 2> 1432090 INFO (jetty-launcher-4042-thread-3)
[n:127.0.0.1:46169_solr ] o.a.s.c.Overseer Overseer
(id=72144435952025608-127.0.0.1:46169_solr-n_0000000000) starting
[junit4] 2> 1432097 INFO (zkConnectionManagerCallback-4074-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432098 INFO (jetty-launcher-4042-thread-3)
[n:127.0.0.1:46169_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35869/solr ready
[junit4] 2> 1432099 INFO
(OverseerStateUpdate-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[n:127.0.0.1:46169_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:46169_solr
[junit4] 2> 1432099 INFO (jetty-launcher-4042-thread-3)
[n:127.0.0.1:46169_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46169_solr
[junit4] 2> 1432099 INFO
(OverseerStateUpdate-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[n:127.0.0.1:46169_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1432102 INFO (zkCallback-4073-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1432106 DEBUG
(OverseerAutoScalingTriggerThread-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:46169_solr]
[junit4] 2> 1432109 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1432115 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1432115 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43239_solr
[junit4] 2> 1432130 DEBUG (ScheduledTrigger-7025-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 1432133 INFO (jetty-launcher-4042-thread-3)
[n:127.0.0.1:46169_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1432133 INFO (zkCallback-4073-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1432134 INFO (zkCallback-4058-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1432138 INFO (zkCallback-4064-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1432138 INFO (zkConnectionManagerCallback-4080-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432138 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1432139 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35869/solr ready
[junit4] 2> 1432141 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1432700 INFO (jetty-launcher-4042-thread-3)
[n:127.0.0.1:46169_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46169.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432702 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43239.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432706 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43239.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432706 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43239.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432707 INFO (jetty-launcher-4042-thread-1)
[n:127.0.0.1:43239_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node1/.
[junit4] 2> 1432707 INFO (jetty-launcher-4042-thread-3)
[n:127.0.0.1:46169_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46169.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432707 INFO (jetty-launcher-4042-thread-3)
[n:127.0.0.1:46169_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46169.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432708 INFO (jetty-launcher-4042-thread-3)
[n:127.0.0.1:46169_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node3/.
[junit4] 2> 1432719 INFO (jetty-launcher-4042-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35869/solr
[junit4] 2> 1432720 INFO (zkConnectionManagerCallback-4085-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432721 INFO (zkConnectionManagerCallback-4087-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432724 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1432730 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1432730 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36331_solr
[junit4] 2> 1432731 INFO (zkCallback-4064-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1432734 INFO (zkCallback-4073-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1432738 INFO (zkCallback-4058-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1432738 INFO (zkCallback-4079-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1432742 INFO (zkCallback-4086-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1432749 INFO (zkConnectionManagerCallback-4094-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432750 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1432750 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35869/solr ready
[junit4] 2> 1432750 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1432753 INFO (jetty-launcher-4042-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35869/solr
[junit4] 2> 1432753 INFO (zkConnectionManagerCallback-4099-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432754 INFO (zkConnectionManagerCallback-4101-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432757 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1432758 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1432758 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32857_solr
[junit4] 2> 1432759 INFO (zkCallback-4058-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1432759 INFO (zkCallback-4064-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1432759 INFO (zkCallback-4073-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1432759 INFO (zkCallback-4086-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1432759 INFO (zkCallback-4079-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1432759 INFO (zkCallback-4100-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1432760 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36331.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432762 INFO (zkCallback-4093-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1432765 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36331.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432765 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36331.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432766 INFO (jetty-launcher-4042-thread-4)
[n:127.0.0.1:36331_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node4/.
[junit4] 2> 1432774 INFO (zkConnectionManagerCallback-4108-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432774 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1432775 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35869/solr ready
[junit4] 2> 1432775 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1432783 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_32857.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432788 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_32857.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432788 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_32857.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1432788 INFO (jetty-launcher-4042-thread-2)
[n:127.0.0.1:32857_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node2/.
[junit4] 2> 1432810 INFO (zkConnectionManagerCallback-4111-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432812 INFO (zkConnectionManagerCallback-4116-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1432812 INFO
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1432813 INFO
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35869/solr ready
[junit4] 2> 1433029 INFO
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[EBEFDAD49CB7CAF9])
[ ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaAndVerifyDirectoryCleanup
[junit4] 2> 1433043 INFO (qtp1133892637-16390) [n:127.0.0.1:36331_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1433045 INFO
(OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:46169_solr)
[n:127.0.0.1:46169_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
deletereplica_test
[junit4] 2> 1433134 DEBUG (ScheduledTrigger-7025-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1433153 INFO (qtp1133892637-16393) [n:127.0.0.1:36331_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1433173 INFO (qtp1690915786-16379) [n:127.0.0.1:43239_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1433196 INFO (qtp1727583530-16381) [n:127.0.0.1:46169_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1433212 INFO (qtp1228077137-16380) [n:127.0.0.1:32857_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1433214 INFO
(OverseerStateUpdate-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[n:127.0.0.1:46169_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deletereplica_test",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deletereplica_test_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:32857/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1433215 INFO
(OverseerStateUpdate-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[n:127.0.0.1:46169_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deletereplica_test",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deletereplica_test_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:46169/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1433422 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
x:deletereplica_test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1433422 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
x:deletereplica_test_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1433422 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
x:deletereplica_test_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1434135 DEBUG (ScheduledTrigger-7025-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1434431 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 1434431 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 1434437 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema
[deletereplica_test_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1434437 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema
[deletereplica_test_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1434440 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1434440 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1434440 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore
'deletereplica_test_shard1_replica_n2' using configuration from collection
deletereplica_test, trusted=true
[junit4] 2> 1434440 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore
'deletereplica_test_shard1_replica_n1' using configuration from collection
deletereplica_test, trusted=true
[junit4] 2> 1434440 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_32857.solr.core.deletereplica_test.shard1.replica_n1'
(registry 'solr.core.deletereplica_test.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1434440 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_46169.solr.core.deletereplica_test.shard1.replica_n2'
(registry 'solr.core.deletereplica_test.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1434440 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore
[[deletereplica_test_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node3/deletereplica_test_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node3/./deletereplica_test_shard1_replica_n2/data/]
[junit4] 2> 1434440 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore
[[deletereplica_test_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node2/deletereplica_test_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node2/./deletereplica_test_shard1_replica_n1/data/]
[junit4] 2> 1434481 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1434481 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1434481 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1434481 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1434482 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1434482 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1434482 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1434482 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1434483 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@673549c2[deletereplica_test_shard1_replica_n2] main]
[junit4] 2> 1434483 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6777b5df[deletereplica_test_shard1_replica_n1] main]
[junit4] 2> 1434484 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1434484 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1434484 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1434484 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1434484 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000ms.
[junit4] 2> 1434484 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000ms.
[junit4] 2> 1434485 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1615100167059406848
[junit4] 2> 1434485 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1615100167059406848
[junit4] 2> 1434485 INFO
(searcherExecutor-7051-thread-1-processing-n:127.0.0.1:32857_solr
x:deletereplica_test_shard1_replica_n1 c:deletereplica_test s:shard1
r:core_node3) [n:127.0.0.1:32857_solr c:deletereplica_test s:shard1
r:core_node3 x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore
[deletereplica_test_shard1_replica_n1] Registered new searcher
Searcher@6777b5df[deletereplica_test_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1434485 INFO
(searcherExecutor-7050-thread-1-processing-n:127.0.0.1:46169_solr
x:deletereplica_test_shard1_replica_n2 c:deletereplica_test s:shard1
r:core_node4) [n:127.0.0.1:46169_solr c:deletereplica_test s:shard1
r:core_node4 x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore
[deletereplica_test_shard1_replica_n2] Registered new searcher
Searcher@673549c2[deletereplica_test_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1434487 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update
of terms at /collections/deletereplica_test/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 1434488 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save
terms, version is not a match, retrying
[junit4] 2> 1434488 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update
of terms at /collections/deletereplica_test/terms/shard1 to
Terms{values={core_node3=0, core_node4=0}, version=1}
[junit4] 2> 1434489 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 1434489 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 1434489 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:32857/solr/deletereplica_test_shard1_replica_n1/
[junit4] 2> 1434489 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.u.PeerSync PeerSync:
core=deletereplica_test_shard1_replica_n1 url=https://127.0.0.1:32857/solr
START
replicas=[https://127.0.0.1:46169/solr/deletereplica_test_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 1434490 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.u.PeerSync PeerSync:
core=deletereplica_test_shard1_replica_n1 url=https://127.0.0.1:32857/solr
DONE. We have no versions. sync failed.
[junit4] 2> 1434493 INFO (qtp1727583530-16506) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.S.Request
[deletereplica_test_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 1434493 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt
to sync with shard failed, moving to the next candidate
[junit4] 2> 1434493 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We
failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 1434493 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 1434496 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am
the new leader:
https://127.0.0.1:32857/solr/deletereplica_test_shard1_replica_n1/ shard1
[junit4] 2> 1434597 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkController I am the leader,
no recovery necessary
[junit4] 2> 1434600 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deletereplica_test s:shard1 r:core_node3
x:deletereplica_test_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1178
[junit4] 2> 1434698 INFO (zkCallback-4100-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deletereplica_test/state.json] for collection
[deletereplica_test] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1435135 DEBUG (ScheduledTrigger-7025-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1435493 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2071
[junit4] 2> 1435497 INFO (qtp1133892637-16390) [n:127.0.0.1:36331_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1435592 INFO (zkCallback-4064-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deletereplica_test/state.json] for collection
[deletereplica_test] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1435592 INFO (zkCallback-4100-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deletereplica_test/state.json] for collection
[deletereplica_test] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1436136 DEBUG (ScheduledTrigger-7025-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1436499 INFO (qtp1133892637-16390) [n:127.0.0.1:36331_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3456
[junit4] 2> 1436501 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1436502 INFO (qtp1133892637-16391) [n:127.0.0.1:36331_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with
params
replica=core_node3&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1436505 INFO
(OverseerCollectionConfigSetProcessor-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[n:127.0.0.1:46169_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1436512 INFO (qtp1228077137-16380) [n:127.0.0.1:32857_solr
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing
metric reporters for registry=solr.core.deletereplica_test.shard1.replica_n1,
tag=null
[junit4] 2> 1436512 INFO (qtp1228077137-16380) [n:127.0.0.1:32857_solr
x:deletereplica_test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76b4ae4d: rootName
= solr_32857, domain = solr.core.deletereplica_test.shard1.replica_n1, service
url = null, agent id = null] for registry
solr.core.deletereplica_test.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@1dbef74c
[junit4] 2> 1436523 INFO (qtp1228077137-16380) [n:127.0.0.1:32857_solr
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore
[deletereplica_test_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@68a2dca1
[junit4] 2> 1436523 INFO (qtp1228077137-16380) [n:127.0.0.1:32857_solr
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing
metric reporters for registry=solr.core.deletereplica_test.shard1.replica_n1,
tag=68a2dca1
[junit4] 2> 1436523 INFO (qtp1228077137-16380) [n:127.0.0.1:32857_solr
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing
metric reporters for registry=solr.collection.deletereplica_test.shard1.leader,
tag=68a2dca1
[junit4] 2> 1436527 INFO (qtp1228077137-16380) [n:127.0.0.1:32857_solr
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update
of terms at /collections/deletereplica_test/terms/shard1 to
Terms{values={core_node4=0}, version=2}
[junit4] 2> 1436528 INFO (qtp1228077137-16380) [n:127.0.0.1:32857_solr
x:deletereplica_test_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=deletereplica_test_shard1_replica_n1&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
status=0 QTime=16
[junit4] 2> 1436528 INFO (zkCallback-4064-thread-1)
[n:127.0.0.1:46169_solr c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 1436629 INFO (zkCallback-4064-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deletereplica_test/state.json] for collection
[deletereplica_test] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1436629 INFO (zkCallback-4100-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deletereplica_test/state.json] for collection
[deletereplica_test] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1436729 INFO (qtp1133892637-16391) [n:127.0.0.1:36331_solr
c:deletereplica_test ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={replica=core_node3&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2}
status=0 QTime=227
[junit4] 2> 1437136 DEBUG (ScheduledTrigger-7025-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1438136 DEBUG (ScheduledTrigger-7025-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1438506 INFO
(OverseerCollectionConfigSetProcessor-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[n:127.0.0.1:46169_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1439029 INFO (zkCallback-4064-thread-1)
[n:127.0.0.1:46169_solr c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:46169/solr/deletereplica_test_shard1_replica_n2/
[junit4] 2> 1439029 INFO (zkCallback-4064-thread-1)
[n:127.0.0.1:46169_solr c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now
sync replicas to me
[junit4] 2> 1439029 INFO (zkCallback-4064-thread-1)
[n:127.0.0.1:46169_solr c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy
https://127.0.0.1:46169/solr/deletereplica_test_shard1_replica_n2/ has no
replicas
[junit4] 2> 1439030 INFO (zkCallback-4064-thread-1)
[n:127.0.0.1:46169_solr c:deletereplica_test s:shard1 r:core_node4
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am
the new leader:
https://127.0.0.1:46169/solr/deletereplica_test_shard1_replica_n2/ shard1
[junit4] 2> 1439030 INFO (zkCallback-4064-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deletereplica_test/state.json] for collection
[deletereplica_test] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1439049 INFO
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[EBEFDAD49CB7CAF9])
[ ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaAndVerifyDirectoryCleanup
[junit4] 2> 1439138 DEBUG (ScheduledTrigger-7025-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1439287 INFO
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[EBEFDAD49CB7CAF9]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCount
[junit4] 2> 1439288 INFO (qtp1133892637-16390) [n:127.0.0.1:36331_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=1&collection.configName=conf&name=deleteByCount&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1439289 INFO
(OverseerThreadFactory-7027-thread-3-processing-n:127.0.0.1:46169_solr)
[n:127.0.0.1:46169_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
deleteByCount
[junit4] 2> 1439500 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1439507 INFO (qtp1690915786-16383) [n:127.0.0.1:43239_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1439515 INFO (qtp1727583530-16385) [n:127.0.0.1:46169_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.deletereplica_test.shard1.replica_n2:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1439516 INFO (qtp1727583530-16387) [n:127.0.0.1:46169_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1439523 INFO (qtp1228077137-16384) [n:127.0.0.1:32857_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1439525 INFO
(OverseerStateUpdate-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[n:127.0.0.1:46169_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCount",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deleteByCount_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:32857/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1439526 INFO
(OverseerStateUpdate-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[n:127.0.0.1:46169_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCount",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deleteByCount_shard1_replica_t2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43239/solr",
[junit4] 2> "type":"TLOG",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1439527 INFO
(OverseerStateUpdate-72144435952025608-127.0.0.1:46169_solr-n_0000000000)
[n:127.0.0.1:46169_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCount",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deleteByCount_shard1_replica_p4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:36331/solr",
[junit4] 2> "type":"PULL",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1439731 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
x:deleteByCount_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1439731 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
x:deleteByCount_shard1_replica_p4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p4&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
[junit4] 2> 1439731 INFO (qtp1690915786-16388) [n:127.0.0.1:43239_solr
x:deleteByCount_shard1_replica_t2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_t2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1440140 DEBUG (ScheduledTrigger-7025-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1440739 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1440739 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1440740 INFO (qtp1690915786-16388) [n:127.0.0.1:43239_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1440756 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p4] Schema name=minimal
[junit4] 2> 1440756 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1]
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1440756 INFO (qtp1690915786-16388) [n:127.0.0.1:43239_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2]
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_t2] Schema name=minimal
[junit4] 2> 1440758 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1440758 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1440758 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p4' using
configuration from collection deleteByCount, trusted=true
[junit4] 2> 1440758 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_n1' using
configuration from collection deleteByCount, trusted=true
[junit4] 2> 1440758 INFO (qtp1690915786-16388) [n:127.0.0.1:43239_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1440758 INFO (qtp1690915786-16388) [n:127.0.0.1:43239_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_t2' using
configuration from collection deleteByCount, trusted=true
[junit4] 2> 1440758 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36331.solr.core.deleteByCount.shard1.replica_p4' (registry
'solr.core.deleteByCount.shard1.replica_p4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1440758 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_32857.solr.core.deleteByCount.shard1.replica_n1' (registry
'solr.core.deleteByCount.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1440758 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node4/deleteByCount_shard1_replica_p4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node4/./deleteByCount_shard1_replica_p4/data/]
[junit4] 2> 1440758 INFO (qtp1690915786-16388) [n:127.0.0.1:43239_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43239.solr.core.deleteByCount.shard1.replica_t2' (registry
'solr.core.deleteByCount.shard1.replica_t2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@fb4e770
[junit4] 2> 1440758 INFO (qtp1228077137-16389) [n:127.0.0.1:32857_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1]
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node2/deleteByCount_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node2/./deleteByCount_shard1_replica_n1/data/]
[junit4] 2> 1440759 INFO (qtp1690915786-16388) [n:127.0.0.1:43239_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2]
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_t2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node1/deleteByCount_shard1_replica_t2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001/tempDir-001/node1/./deleteByCount_shard1_replica_t2/data/]
[junit4] 2> 1440792 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1440792 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1440794 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@523794fe[deleteByCount_shard1_replica_p4] main]
[junit4] 2> 1440794 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1440795 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1440795 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1440796 INFO
(searcherExecutor-7060-thread-1-processing-n:127.0.0.1:36331_solr
x:deleteByCount_shard1_replica_p4 c:deleteByCount s:shard1 r:core_node6)
[n:127.0.0.1:36331_solr c:deleteByCount s:shard1 r:core_node6
x:deleteByCount_shard1_replica_p4] o.a.s.c.SolrCore
[deleteByCount_shard1_replica_p4] Registered new searcher
Searcher@523794fe[deleteByCount_shard1_replica_p4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1440798 INFO (qtp1133892637-16499) [n:127.0.0.1:36331_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] o.a.
[...truncated too long message...]
lback-259-thread-4) [ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:40137_solr
[junit4] 2> 231572 INFO (jetty-closer-145-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@723db84c{/solr,null,UNAVAILABLE}
[junit4] 2> 231573 INFO (jetty-closer-145-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 231573 INFO (coreCloseExecutor-504-thread-3)
[n:127.0.0.1:40137_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.core.deleteReplicaOnIndexing.shard1.replica_n2, tag=143c3573
[junit4] 2> 231573 INFO (coreCloseExecutor-504-thread-3)
[n:127.0.0.1:40137_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@494e68a0: rootName
= solr_40137, domain = solr.core.deleteReplicaOnIndexing.shard1.replica_n2,
service url = null, agent id = null] for registry
solr.core.deleteReplicaOnIndexing.shard1.replica_n2 /
com.codahale.metrics.MetricRegistry@3e25f30b
[junit4] 2> 231582 INFO (coreCloseExecutor-504-thread-1)
[n:127.0.0.1:40137_solr c:delLiveColl s:shard1 r:core_node3
x:delLiveColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.delLiveColl.shard1.leader, tag=42fc2ebe
[junit4] 2> 231582 INFO (coreCloseExecutor-504-thread-2)
[n:127.0.0.1:40137_solr c:raceDeleteReplica_false s:shard1 r:core_node4
x:raceDeleteReplica_false_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.raceDeleteReplica_false.shard1.leader, tag=484adde4
[junit4] 2> 231582 INFO (coreCloseExecutor-504-thread-3)
[n:127.0.0.1:40137_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.deleteReplicaOnIndexing.shard1.leader, tag=143c3573
[junit4] 2> 231583 INFO (coreCloseExecutor-504-thread-3)
[n:127.0.0.1:40137_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2
Committing on IndexWriter close.
[junit4] 2> 231583 INFO (coreCloseExecutor-504-thread-3)
[n:127.0.0.1:40137_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34dd987b
commitCommandVersion:0
[junit4] 2> 231611 INFO (jetty-closer-145-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@16f6e791{/solr,null,UNAVAILABLE}
[junit4] 2> 231612 INFO (jetty-closer-145-thread-3) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 231613 ERROR
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-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> 231613 INFO
(SUITE-DeleteReplicaTest-seed#[EBEFDAD49CB7CAF9]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39541 39541
[junit4] 2> 231643 INFO (Thread-311) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:39541 39541
[junit4] 2> 231644 WARN (Thread-311) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 19
/solr/collections/raceDeleteReplica_true/terms/shard1
[junit4] 2> 15 /solr/aliases.json
[junit4] 2> 14
/solr/collections/deleteFromClusterState_true/terms/shard1
[junit4] 2> 14
/solr/collections/deleteFromClusterState_false/terms/shard1
[junit4] 2> 10 /solr/collections/delLiveColl/terms/shard1
[junit4] 2> 10 /solr/collections/deleteByCount/terms/shard1
[junit4] 2> 10 /solr/configs/conf
[junit4] 2> 9
/solr/collections/deleteReplicaOnIndexing/terms/shard1
[junit4] 2> 9
/solr/collections/raceDeleteReplica_false/terms/shard1
[junit4] 2> 8
/solr/collections/deletereplica_test/terms/shard1
[junit4] 2> 7 /solr/collections/delLiveColl/terms/shard2
[junit4] 2> 7 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 20
/solr/collections/raceDeleteReplica_true/state.json
[junit4] 2> 15 /solr/clusterprops.json
[junit4] 2> 15 /solr/clusterstate.json
[junit4] 2> 9 /solr/collections/delLiveColl/state.json
[junit4] 2> 5
/solr/collections/raceDeleteReplica_false/state.json
[junit4] 2> 5
/solr/collections/deleteFromClusterState_false/state.json
[junit4] 2> 4 /solr/collections/deletereplica_test/state.json
[junit4] 2> 4 /solr/collections/deleteByCount/state.json
[junit4] 2> 4
/solr/collections/deleteFromClusterState_true/state.json
[junit4] 2> 3
/solr/collections/deleteReplicaOnIndexing/state.json
[junit4] 2> 2
/solr/collections/deleteFromClusterState_false/leader_elect/shard1/election/72144607203491848-core_node6-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/72144607203491852-127.0.0.1:40137_solr-n_0000000002
[junit4] 2> 2
/solr/collections/raceDeleteReplica_false/leader_elect/shard1/election/72144607203491865-core_node3-n_0000000000
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2> 2
/solr/collections/delLiveColl/leader_elect/shard1/election/72144607203491848-core_node5-n_0000000000
[junit4] 2> 2
/solr/collections/raceDeleteReplica_true/leader_elect/shard1/election/72144607203491847-core_node3-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/72144607203491848-127.0.0.1:37063_solr-n_0000000001
[junit4] 2> 2
/solr/overseer_elect/election/72144607203491861-127.0.0.1:33853_solr-n_0000000004
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 15 /solr/live_nodes
[junit4] 2> 15 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.scheduled_maintenance
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_EBEFDAD49CB7CAF9-001
[junit4] 2> Oct 23, 2018 8:11:40 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 7 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {}, locale=sr-BA, timezone=Asia/Hong_Kong
[junit4] 2> NOTE: Linux 4.15.0-36-generic amd64/Oracle Corporation
1.8.0_172 (64-bit)/cpus=8,threads=1,free=266042160,total=514326528
[junit4] 2> NOTE: All tests run in this JVM: [DeleteReplicaTest,
DeleteReplicaTest]
[junit4] Completed [5/5 (2!)] on J2 in 142.50s, 7 tests, 1 failure, 1 error
<<< FAILURES!
[junit4]
[junit4]
[junit4] Tests with failures [seed: EBEFDAD49CB7CAF9]:
[junit4] -
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
[junit4] -
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards
[junit4] -
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
[junit4] -
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards
[junit4]
[junit4]
[junit4] JVM J0: 0.44 .. 169.62 = 169.18s
[junit4] JVM J1: 0.45 .. 157.88 = 157.43s
[junit4] JVM J2: 0.44 .. 232.62 = 232.18s
[junit4] Execution time total: 3 minutes 52 seconds
[junit4] Tests summary: 5 suites, 35 tests, 2 errors, 2 failures
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1567: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092:
There were test failures: 5 suites, 35 tests, 2 errors, 2 failures [seed:
EBEFDAD49CB7CAF9]
Total time: 3 minutes 54 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 2/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=e28cd0cad15f378ebfcdc85c7ff40009fb21cd2d,
workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #2962
Recording test results
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]