Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23005/
Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseParallelGC
5 tests failed.
FAILED:
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:36309_solr,
127.0.0.1:38693_solr, 127.0.0.1:46293_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_node3":{ "core":"raceDeleteReplica_false_shard1_replica_n1",
"base_url":"https://127.0.0.1:46411/solr",
"node_name":"127.0.0.1:46411_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:46411/solr",
"node_name":"127.0.0.1:46411_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:36309_solr, 127.0.0.1:38693_solr, 127.0.0.1:46293_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_node3":{
"core":"raceDeleteReplica_false_shard1_replica_n1",
"base_url":"https://127.0.0.1:46411/solr",
"node_name":"127.0.0.1:46411_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:46411/solr",
"node_name":"127.0.0.1:46411_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([291C4CA0323940F0:430A2D705ACB0A3A]: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:327)
at
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:223)
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.deleteLiveReplicaTest
Error Message:
Error from server at https://127.0.0.1:38693/solr: Cannot create collection
delLiveColl. 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:38693/solr: Cannot create collection
delLiveColl. 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([291C4CA0323940F0:847CF8AB2F06E885]: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.deleteLiveReplicaTest(DeleteReplicaTest.java:73)
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:38693/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:38693/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([291C4CA0323940F0:158D0BF47D781DA5]: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:161)
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.api.collections.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes
Error Message:
[127.0.0.1:33517_solr, 127.0.0.1:37095_solr] expected:<0> but was:<2>
Stack Trace:
java.lang.AssertionError: [127.0.0.1:33517_solr, 127.0.0.1:37095_solr]
expected:<0> but was:<2>
at
__randomizedtesting.SeedInfo.seed([291C4CA0323940F0:4D5C99CC89F7C8E1]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes(CollectionsAPIDistributedZkTest.java:352)
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.handler.TestSolrConfigHandlerConcurrent.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([291C4CA0323940F0:A148737A9CC52D08]:0)
at
org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test(TestSolrConfigHandlerConcurrent.java:90)
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
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.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 12434 lines...]
[junit4] Suite:
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
[junit4] 2> 23663 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[291C4CA0323940F0]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/init-core-data-001
[junit4] 2> 23664 WARN
(SUITE-CollectionsAPIDistributedZkTest-seed#[291C4CA0323940F0]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 23664 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[291C4CA0323940F0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 23666 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[291C4CA0323940F0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 23668 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[291C4CA0323940F0]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001
[junit4] 2> 23668 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[291C4CA0323940F0]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 23668 INFO (Thread-25) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 23668 INFO (Thread-25) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 23670 ERROR (Thread-25) [ ] 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> 23768 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[291C4CA0323940F0]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:32785
[junit4] 2> 23777 INFO (zkConnectionManagerCallback-39-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 23782 INFO (jetty-launcher-36-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> 23786 INFO (jetty-launcher-36-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> 23792 INFO (jetty-launcher-36-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> 23803 INFO (jetty-launcher-36-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> 23842 INFO (jetty-launcher-36-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@39586ba8{/solr,null,AVAILABLE}
[junit4] 2> 23842 INFO (jetty-launcher-36-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@68b2e72d{/solr,null,AVAILABLE}
[junit4] 2> 23848 INFO (jetty-launcher-36-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@451ee12b{/solr,null,AVAILABLE}
[junit4] 2> 23850 INFO (jetty-launcher-36-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 23850 INFO (jetty-launcher-36-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 23850 INFO (jetty-launcher-36-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 23851 INFO (jetty-launcher-36-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6126a9ce{SSL,[ssl,
http/1.1]}{127.0.0.1:33517}
[junit4] 2> 23851 INFO (jetty-launcher-36-thread-1) [ ] o.e.j.s.Server
Started @23887ms
[junit4] 2> 23851 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33517}
[junit4] 2> 23851 ERROR (jetty-launcher-36-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 23851 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 23851 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 23851 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 23851 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 23851 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-10T11:57:52.443Z
[junit4] 2> 23853 INFO (jetty-launcher-36-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@38075fbb{/solr,null,AVAILABLE}
[junit4] 2> 23853 INFO (jetty-launcher-36-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4f20a0{SSL,[ssl,
http/1.1]}{127.0.0.1:39887}
[junit4] 2> 23853 INFO (jetty-launcher-36-thread-3) [ ] o.e.j.s.Server
Started @23889ms
[junit4] 2> 23853 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39887}
[junit4] 2> 23853 ERROR (jetty-launcher-36-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 23853 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 23853 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 23854 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 23854 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 23854 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-10T11:57:52.446Z
[junit4] 2> 23913 INFO (jetty-launcher-36-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5b4e82db{SSL,[ssl,
http/1.1]}{127.0.0.1:37095}
[junit4] 2> 23913 INFO (jetty-launcher-36-thread-4) [ ] o.e.j.s.Server
Started @23949ms
[junit4] 2> 23913 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37095}
[junit4] 2> 23913 INFO (jetty-launcher-36-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7f4baa32{SSL,[ssl,
http/1.1]}{127.0.0.1:42629}
[junit4] 2> 23920 INFO (jetty-launcher-36-thread-2) [ ] o.e.j.s.Server
Started @23949ms
[junit4] 2> 23920 ERROR (jetty-launcher-36-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 23920 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 23920 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 23920 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 23920 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 23920 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-10T11:57:52.512Z
[junit4] 2> 23920 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42629}
[junit4] 2> 23938 ERROR (jetty-launcher-36-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 23938 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 23938 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 23938 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 23938 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 23938 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-10T11:57:52.530Z
[junit4] 2> 23961 INFO (zkConnectionManagerCallback-41-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 23985 INFO (zkConnectionManagerCallback-45-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 23992 INFO (zkConnectionManagerCallback-43-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 23992 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 23992 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 23995 INFO (zkConnectionManagerCallback-47-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 23995 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 23998 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 24000 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 24000 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 24000 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 24000 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 24000 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 24000 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 24022 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 24022 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 24177 INFO (jetty-launcher-36-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32785/solr
[junit4] 2> 24217 INFO (zkConnectionManagerCallback-51-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24236 INFO (jetty-launcher-36-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32785/solr
[junit4] 2> 24265 INFO (zkConnectionManagerCallback-54-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24309 INFO (jetty-launcher-36-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32785/solr
[junit4] 2> 24323 INFO (zkConnectionManagerCallback-57-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24333 INFO (zkConnectionManagerCallback-63-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24368 INFO (zkConnectionManagerCallback-65-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24428 INFO (zkConnectionManagerCallback-67-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24436 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:42629_solr
[junit4] 2> 24438 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.c.Overseer Overseer
(id=72071895933517833-127.0.0.1:42629_solr-n_0000000000) starting
[junit4] 2> 24439 INFO (jetty-launcher-36-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32785/solr
[junit4] 2> 24439 INFO (jetty-launcher-36-thread-1)
[n:127.0.0.1:33517_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33517_solr
[junit4] 2> 24457 INFO (jetty-launcher-36-thread-4)
[n:127.0.0.1:37095_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 24457 INFO (jetty-launcher-36-thread-4)
[n:127.0.0.1:37095_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37095_solr
[junit4] 2> 24467 INFO (zkCallback-66-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 24467 INFO (zkCallback-53-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 24468 INFO (zkCallback-64-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 24473 INFO (zkConnectionManagerCallback-75-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24473 INFO (zkCallback-66-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 24476 INFO (zkCallback-53-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 24485 INFO (zkConnectionManagerCallback-80-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24493 INFO (jetty-launcher-36-thread-1)
[n:127.0.0.1:33517_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 24494 INFO (jetty-launcher-36-thread-1)
[n:127.0.0.1:33517_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:32785/solr ready
[junit4] 2> 24494 INFO (zkConnectionManagerCallback-85-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24497 INFO (zkConnectionManagerCallback-90-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24498 INFO (jetty-launcher-36-thread-1)
[n:127.0.0.1:33517_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 24509 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 24510 INFO (jetty-launcher-36-thread-4)
[n:127.0.0.1:37095_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 24510 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:32785/solr ready
[junit4] 2> 24513 INFO (jetty-launcher-36-thread-1)
[n:127.0.0.1:33517_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24517 INFO (jetty-launcher-36-thread-4)
[n:127.0.0.1:37095_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:32785/solr ready
[junit4] 2> 24521 INFO (zkConnectionManagerCallback-92-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24533 INFO (jetty-launcher-36-thread-1)
[n:127.0.0.1:33517_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24533 INFO (jetty-launcher-36-thread-1)
[n:127.0.0.1:33517_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24534 INFO (jetty-launcher-36-thread-1)
[n:127.0.0.1:33517_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001/node1
[junit4] 2> 24535 INFO
(OverseerStateUpdate-72071895933517833-127.0.0.1:42629_solr-n_0000000000)
[n:127.0.0.1:42629_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:42629_solr
[junit4] 2> 24547 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 24549 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 24549 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42629_solr
[junit4] 2> 24556 INFO (jetty-launcher-36-thread-4)
[n:127.0.0.1:37095_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 24557 INFO (zkCallback-66-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 24562 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 24562 INFO (zkCallback-53-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 24562 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39887_solr
[junit4] 2> 24566 INFO (zkCallback-66-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 24568 INFO (zkCallback-53-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 24576 INFO (jetty-launcher-36-thread-4)
[n:127.0.0.1:37095_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24585 INFO (jetty-launcher-36-thread-4)
[n:127.0.0.1:37095_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24585 INFO (jetty-launcher-36-thread-4)
[n:127.0.0.1:37095_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24586 INFO (jetty-launcher-36-thread-4)
[n:127.0.0.1:37095_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001/node4
[junit4] 2> 24593 INFO (zkCallback-84-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 24593 INFO (zkCallback-89-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 24593 INFO (zkCallback-91-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 24594 INFO (zkCallback-91-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 24597 INFO (zkCallback-64-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 24604 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 24604 INFO (zkCallback-79-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 24618 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24626 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24626 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24627 INFO (jetty-launcher-36-thread-2)
[n:127.0.0.1:42629_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001/node2
[junit4] 2> 24636 INFO (zkConnectionManagerCallback-102-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24645 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 24646 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:32785/solr ready
[junit4] 2> 24661 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 24676 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24687 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24687 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 24688 INFO (jetty-launcher-36-thread-3)
[n:127.0.0.1:39887_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001/node3
[junit4] 2> 24737 INFO (zkConnectionManagerCallback-105-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24741 INFO (zkConnectionManagerCallback-110-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24742 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[291C4CA0323940F0]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 24743 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[291C4CA0323940F0]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32785/solr ready
[junit4] 2> 24767 INFO
(TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[291C4CA0323940F0])
[ ] o.a.s.SolrTestCaseJ4 ###Starting deletePartiallyCreatedCollection
[junit4] 2> 24768 INFO
(TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[291C4CA0323940F0])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 24791 INFO (qtp163026930-217) [n:127.0.0.1:39887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 24793 INFO
(OverseerThreadFactory-138-thread-1-processing-n:127.0.0.1:42629_solr)
[n:127.0.0.1:42629_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
halfdeletedcollection
[junit4] 2> 24897 WARN
(OverseerThreadFactory-138-thread-1-processing-n:127.0.0.1:42629_solr)
[n:127.0.0.1:42629_solr ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (halfdeletedcollection) without cores.
[junit4] 2> 24900 INFO (qtp163026930-217) [n:127.0.0.1:39887_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> 24900 INFO (qtp163026930-217) [n:127.0.0.1:39887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2}
status=0 QTime=109
[junit4] 2> 24906 INFO (qtp163026930-212) [n:127.0.0.1:39887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-002&action=ADDREPLICA&collection=halfdeletedcollection&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 24908 INFO
(OverseerCollectionConfigSetProcessor-72071895933517833-127.0.0.1:42629_solr-n_0000000000)
[n:127.0.0.1:42629_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> 24919 INFO (qtp163026930-222) [n:127.0.0.1:39887_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=1
[junit4] 2> 24936 INFO (qtp2052848439-210) [n:127.0.0.1:42629_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=1
[junit4] 2> 24953 INFO (qtp1195796665-211) [n:127.0.0.1:33517_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> 24967 INFO (qtp821337259-221) [n:127.0.0.1:37095_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> 24970 INFO
(OverseerThreadFactory-138-thread-2-processing-n:127.0.0.1:42629_solr)
[n:127.0.0.1:42629_solr c:halfdeletedcollection s:shard1 ]
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:37095_solr for creating new
replica of shard shard1 for collection halfdeletedcollection
[junit4] 2> 24972 INFO
(OverseerStateUpdate-72071895933517833-127.0.0.1:42629_solr-n_0000000000)
[n:127.0.0.1:42629_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"addreplica",
[junit4] 2> "collection":"halfdeletedcollection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"halfdeletedcollection_shard1_replica_n41",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:37095/solr",
[junit4] 2> "node_name":"127.0.0.1:37095_solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 25180 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41] o.a.s.u.TestInjection Inject random
core creation delay of 1s
[junit4] 2> 26180 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node42&dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-002&collection.configName=conf&name=halfdeletedcollection_shard1_replica_n41&action=CREATE&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 26193 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 26200 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.s.IndexSchema
[halfdeletedcollection_shard1_replica_n41] Schema name=minimal
[junit4] 2> 26203 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 26203 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.CoreContainer Creating
SolrCore 'halfdeletedcollection_shard1_replica_n41' using configuration from
collection halfdeletedcollection, trusted=true
[junit4] 2> 26204 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.halfdeletedcollection.shard1.replica_n41' (registry
'solr.core.halfdeletedcollection.shard1.replica_n41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 26204 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.SolrCore
[[halfdeletedcollection_shard1_replica_n41] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001/node4/halfdeletedcollection_shard1_replica_n41],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-002/]
[junit4] 2> 26253 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 26253 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 26254 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 26254 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 26256 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.s.SolrIndexSearcher Opening
[Searcher@70bcc34a[halfdeletedcollection_shard1_replica_n41] main]
[junit4] 2> 26263 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 26264 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 26266 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 26271 INFO
(searcherExecutor-148-thread-1-processing-n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41 c:halfdeletedcollection s:shard1
r:core_node42) [n:127.0.0.1:37095_solr c:halfdeletedcollection s:shard1
r:core_node42 x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.SolrCore
[halfdeletedcollection_shard1_replica_n41] Registered new searcher
Searcher@70bcc34a[halfdeletedcollection_shard1_replica_n41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 26272 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1613939526718193664
[junit4] 2> 26281 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/halfdeletedcollection/terms/shard1 to
Terms{values={core_node42=0}, version=0}
[junit4] 2> 26283 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 26284 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.ShardLeaderElectionContext
I may be the new leader - try and sync
[junit4] 2> 26284 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.SyncStrategy Sync replicas
to https://127.0.0.1:37095/solr/halfdeletedcollection_shard1_replica_n41/
[junit4] 2> 26284 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 26284 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.SyncStrategy
https://127.0.0.1:37095/solr/halfdeletedcollection_shard1_replica_n41/ has no
replicas
[junit4] 2> 26290 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.ShardLeaderElectionContext
I am the new leader:
https://127.0.0.1:37095/solr/halfdeletedcollection_shard1_replica_n41/ shard1
[junit4] 2> 26393 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 26396 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node42
x:halfdeletedcollection_shard1_replica_n41] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node42&dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-002&collection.configName=conf&name=halfdeletedcollection_shard1_replica_n41&action=CREATE&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1216
[junit4] 2> 26400 INFO (qtp163026930-212) [n:127.0.0.1:39887_solr
c:halfdeletedcollection ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-002&action=ADDREPLICA&collection=halfdeletedcollection&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1493
[junit4] 2> 26403 INFO (qtp163026930-217) [n:127.0.0.1:39887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=halfdeletedcollection&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 26404 INFO
(OverseerCollectionConfigSetProcessor-72071895933517833-127.0.0.1:42629_solr-n_0000000000)
[n:127.0.0.1:42629_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> 26413 INFO
(OverseerThreadFactory-138-thread-3-processing-n:127.0.0.1:42629_solr)
[n:127.0.0.1:42629_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 26415 INFO (qtp821337259-221) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.core.halfdeletedcollection.shard1.replica_n41, tag=null
[junit4] 2> 26415 INFO (qtp821337259-221) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@87b3e2d: rootName =
null, domain = solr.core.halfdeletedcollection.shard1.replica_n41, service url
= null, agent id = null] for registry
solr.core.halfdeletedcollection.shard1.replica_n41 /
com.codahale.metrics.MetricRegistry@54cfd30
[junit4] 2> 26425 INFO (qtp821337259-221) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.SolrCore
[halfdeletedcollection_shard1_replica_n41] CLOSING SolrCore
org.apache.solr.core.SolrCore@3e22ad75
[junit4] 2> 26425 INFO (qtp821337259-221) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.core.halfdeletedcollection.shard1.replica_n41, tag=3e22ad75
[junit4] 2> 26425 INFO (qtp821337259-221) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.halfdeletedcollection.shard1.leader, tag=3e22ad75
[junit4] 2> 26438 INFO (qtp821337259-221) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/halfdeletedcollection/terms/shard1 to
Terms{values={}, version=1}
[junit4] 2> 26443 INFO (qtp821337259-221) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n41] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=halfdeletedcollection_shard1_replica_n41&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=28
[junit4] 2> 26550 INFO (zkCallback-66-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/halfdeletedcollection/state.json] for collection
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 27156 INFO (qtp163026930-217) [n:127.0.0.1:39887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0
QTime=753
[junit4] 2> 27159 INFO (qtp163026930-212) [n:127.0.0.1:39887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 27159 INFO (qtp163026930-212) [n:127.0.0.1:39887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 27162 INFO (qtp163026930-217) [n:127.0.0.1:39887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 27169 INFO
(OverseerThreadFactory-138-thread-4-processing-n:127.0.0.1:42629_solr)
[n:127.0.0.1:42629_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
halfdeletedcollection
[junit4] 2> 27169 INFO
(OverseerCollectionConfigSetProcessor-72071895933517833-127.0.0.1:42629_solr-n_0000000000)
[n:127.0.0.1:42629_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 27380 INFO (qtp163026930-334) [n:127.0.0.1:39887_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> 27393 INFO (qtp2052848439-214) [n:127.0.0.1:42629_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> 27397 INFO (qtp1195796665-207) [n:127.0.0.1:33517_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> 27401 INFO (qtp821337259-224) [n:127.0.0.1:37095_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> 27413 INFO
(OverseerStateUpdate-72071895933517833-127.0.0.1:42629_solr-n_0000000000)
[n:127.0.0.1:42629_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"halfdeletedcollection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"halfdeletedcollection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:37095/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 27414 INFO
(OverseerStateUpdate-72071895933517833-127.0.0.1:42629_solr-n_0000000000)
[n:127.0.0.1:42629_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"halfdeletedcollection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"halfdeletedcollection_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:33517/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 27617 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 27637 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
x:halfdeletedcollection_shard2_replica_n2] o.a.s.u.TestInjection Inject random
core creation delay of 1s
[junit4] 2> 28635 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 28638 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
x:halfdeletedcollection_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard2_replica_n2&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 28638 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
x:halfdeletedcollection_shard2_replica_n2]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 28641 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.s.IndexSchema
[halfdeletedcollection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 28644 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 28644 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'halfdeletedcollection_shard1_replica_n1' using configuration from
collection halfdeletedcollection, trusted=true
[junit4] 2> 28644 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.halfdeletedcollection.shard1.replica_n1' (registry
'solr.core.halfdeletedcollection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 28645 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.SolrCore
[[halfdeletedcollection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001/node4/halfdeletedcollection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001/node4/halfdeletedcollection_shard1_replica_n1/data/]
[junit4] 2> 28693 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 28694 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 28694 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 28694 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 28696 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3d24f159[halfdeletedcollection_shard1_replica_n1] main]
[junit4] 2> 28697 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 28697 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 28698 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 28698 INFO
(searcherExecutor-153-thread-1-processing-n:127.0.0.1:37095_solr
x:halfdeletedcollection_shard1_replica_n1 c:halfdeletedcollection s:shard1
r:core_node3) [n:127.0.0.1:37095_solr c:halfdeletedcollection s:shard1
r:core_node3 x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.SolrCore
[halfdeletedcollection_shard1_replica_n1] Registered new searcher
Searcher@3d24f159[halfdeletedcollection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 28699 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1613939529263087616
[junit4] 2> 28702 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/halfdeletedcollection/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 28703 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 28703 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 28703 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas
to https://127.0.0.1:37095/solr/halfdeletedcollection_shard1_replica_n1/
[junit4] 2> 28703 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 28704 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.SyncStrategy
https://127.0.0.1:37095/solr/halfdeletedcollection_shard1_replica_n1/ has no
replicas
[junit4] 2> 28705 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:37095/solr/halfdeletedcollection_shard1_replica_n1/ shard1
[junit4] 2> 28857 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_shard1_replica_n1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 28861 INFO (qtp821337259-225) [n:127.0.0.1:37095_solr
c:halfdeletedcollection s:shard1 r:core_node3
x:halfdeletedcollection_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=halfdeletedcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1244
[junit4] 2> 28960 INFO (zkCallback-66-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/halfdeletedcollection/state.json] for collection
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 29650 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 29655 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.s.IndexSchema
[halfdeletedcollection_shard2_replica_n2] Schema name=minimal
[junit4] 2> 29657 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 29657 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.CoreContainer Creating
SolrCore 'halfdeletedcollection_shard2_replica_n2' using configuration from
collection halfdeletedcollection, trusted=true
[junit4] 2> 29657 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.halfdeletedcollection.shard2.replica_n2' (registry
'solr.core.halfdeletedcollection.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5fc24b3a
[junit4] 2> 29658 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.SolrCore
[[halfdeletedcollection_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001/node1/halfdeletedcollection_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_291C4CA0323940F0-001/tempDir-001/node1/halfdeletedcollection_shard2_replica_n2/data/]
[junit4] 2> 29721 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 29721 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 29722 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 29722 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 29723 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5ab28d32[halfdeletedcollection_shard2_replica_n2] main]
[junit4] 2> 29729 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 29729 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 29730 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 29730 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1613939530344169472
[junit4] 2> 29730 INFO
(searcherExecutor-158-thread-1-processing-n:127.0.0.1:33517_solr
x:halfdeletedcollection_shard2_replica_n2 c:halfdeletedcollection s:shard2
r:core_node4) [n:127.0.0.1:33517_solr c:halfdeletedcollection s:shard2
r:core_node4 x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.SolrCore
[halfdeletedcollection_shard2_replica_n2] Registered new searcher
Searcher@5ab28d32[halfdeletedcollection_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 29734 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/halfdeletedcollection/terms/shard2 to
Terms{values={core_node4=0}, version=0}
[junit4] 2> 29737 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 29737 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 29737 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas
to https://127.0.0.1:33517/solr/halfdeletedcollection_shard2_replica_n2/
[junit4] 2> 29737 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 29737 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.SyncStrategy
https://127.0.0.1:33517/solr/halfdeletedcollection_shard2_replica_n2/ has no
replicas
[junit4] 2> 29739 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:33517/solr/halfdeletedcollection_shard2_replica_n2/ shard2
[junit4] 2> 29840 INFO (zkCallback-66-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/halfdeletedcollection/state.json] for collection
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 29891 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_replica_n2] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 29893 INFO (qtp1195796665-207) [n:127.0.0.1:33517_solr
c:halfdeletedcollection s:shard2 r:core_node4
x:halfdeletedcollection_shard2_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=halfdeletedcollection_shard2_replica_n2&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2255
[junit4] 2> 29896 INFO (qtp163026930-217) [n:127.0.0.1:39887_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> 29993 INFO (zkCallback-53-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/halfdeletedcollection/state.json] for collection
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 29993 INFO (zkCallback-66-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state chan
[...truncated too long message...]
[junit4] 2> 4 /solr/autoscaling/events/.scheduled_maintenance
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2> 4 /solr/overseer/queue-work
[junit4] 2> 3 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrConfigHandlerConcurrent -Dtests.method=test
-Dtests.seed=291C4CA0323940F0 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=de-LU -Dtests.timezone=America/Argentina/Salta
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 24.4s J2 | TestSolrConfigHandlerConcurrent.test <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([291C4CA0323940F0:A148737A9CC52D08]:0)
[junit4] > at
org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test(TestSolrConfigHandlerConcurrent.java:90)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent_291C4CA0323940F0-001
[junit4] 2> Oct 10, 2018 12:17:01 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 5 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {},
docValues:{}, maxPointsInLeafNode=92, maxMBSortInHeap=7.1475984446909875,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@66ef93d5),
locale=de-LU, timezone=America/Argentina/Salta
[junit4] 2> NOTE: Linux 4.15.0-36-generic amd64/Oracle Corporation
1.8.0_172 (64-bit)/cpus=8,threads=1,free=176988456,total=527433728
[junit4] 2> NOTE: All tests run in this JVM: [TestJoin, SimpleFacetsTest,
DistribCursorPagingTest, TestBulkSchemaConcurrent, TestReload,
TestClusterStateMutator, TestCollationField, TestSimpleTrackingShardHandler,
DeleteReplicaTest, SuggesterFSTTest, DirectSolrSpellCheckerTest,
TestManagedResource, SpatialRPTFieldTypeTest, TestSearcherReuse,
TestWithCollection, OverseerRolesTest, NodeAddedTriggerTest,
TestDocumentBuilder, TestPivotHelperCode, ClusterStateUpdateTest,
TestFieldTypeCollectionResource, SearchHandlerTest,
TestReplicationHandlerBackup, TestNumericTerms64, TestRawResponseWriter,
ConnectionManagerTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest,
CollectionsAPIAsyncDistributedZkTest, ForceLeaderTest,
TestTolerantUpdateProcessorCloud, TestMiniSolrCloudClusterSSL,
DistributedIntervalFacetingTest, TestDownShardTolerantSearch,
HighlighterMaxOffsetTest, JvmMetricsTest, TestNoOpRegenerator,
TestDistributedStatsComponentCardinality,
StatelessScriptUpdateProcessorFactoryTest, TestCustomDocTransformer,
TestScoreJoinQPScore, TestSafeXMLParsing, ResponseHeaderTest, UpdateParamsTest,
TestDocSet, TestLeaderElectionWithEmptyReplica, TestSolr4Spatial,
SearchRateTriggerTest, CachingDirectoryFactoryTest, URLClassifyProcessorTest,
XmlInterpolationTest, TestEmbeddedSolrServerAdminHandler,
TestCloudNestedDocsSort, TriggerSetPropertiesIntegrationTest,
TestRandomRequestDistribution, TestMinMaxOnMultiValuedField, BasicZkTest,
TestMaxTokenLenTokenizer, TestFaceting, NumberUtilsTest,
TestJsonFacetRefinement, SolrMetricManagerTest, AdminHandlersProxyTest,
OutputWriterTest, TestSimNodeAddedTrigger, QueryElevationComponentTest,
TestCloudPivotFacet, HdfsRecoverLeaseTest,
DistributedQueryComponentCustomSortTest, TestConfigsApi, CSVRequestHandlerTest,
TestFiltering, TestUseDocValuesAsStored2, TestSort, DirectoryFactoryTest,
TestLMDirichletSimilarityFactory, TestWordDelimiterFilterFactory,
MigrateRouteKeyTest, ScheduledTriggerIntegrationTest, RecoveryZkTest,
TestSha256AuthenticationProvider, SolrCmdDistributorTest,
SolrGangliaReporterTest, TestHashQParserPlugin,
AsyncCallRequestStatusResponseTest, TestQueryUtils, TestCoreDiscovery,
DateRangeFieldTest, TestStressRecovery, TestSolrIndexConfig,
FieldMutatingUpdateProcessorTest, TestMaxScoreQueryParser,
TestStressInPlaceUpdates, CollectionsAPISolrJTest, DirectSolrConnectionTest,
TestFuzzyAnalyzedSuggestions, DateMathParserTest, TestSolrQueryResponse,
TestCharFilters, TestSizeLimitedDistributedMap, TestSimTriggerIntegration,
TestSimExtremeIndexing, TestCloudJSONFacetJoinDomain, RAMDirectoryFactoryTest,
TestPullReplica, TestSolrCloudWithHadoopAuthPlugin, TestDynamicFieldResource,
TestMacroExpander, TestBlendedInfixSuggestions, ImplicitSnitchTest,
PeerSyncTest, TestRangeQuery, UpdateRequestProcessorFactoryTest,
TestConfigSetsAPIExclusivity, SolrJmxReporterTest, FacetPivotSmallTest,
TestSolrCloudSnapshots, TestBlobHandler, TestCloudConsistency, ReplaceNodeTest,
SimplePostToolTest, TestPartialUpdateDeduplication, TestSubQueryTransformer,
TestSolrFieldCacheBean, JsonLoaderTest, TestBulkSchemaAPI,
TestAuthorizationFramework, SolrShardReporterTest,
DistributedFacetPivotLargeTest, ExplicitHLLTest, TestValueSourceCache,
TestExactSharedStatsCache, TestSolrConfigHandlerConcurrent]
[junit4] Completed [437/833 (3!)] on J2 in 24.67s, 1 test, 1 error <<<
FAILURES!
[...truncated 47193 lines...]
-ecj-javadoc-lint-tests:
[mkdir] Created dir: /tmp/ecj1375441144
[ecj-lint] Compiling 931 source files to /tmp/ecj1375441144
[ecj-lint] invalid Class-Path header in manifest of jar file:
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
[ecj-lint] invalid Class-Path header in manifest of jar file:
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
[ecj-lint] ----------
[ecj-lint] 1. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/analysis/TokenizerChainTest.java
(at line 37)
[ecj-lint] TokenizerChain tokenizerChain = new TokenizerChain(
[ecj-lint] ^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'tokenizerChain' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 2. ERROR in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/cloud/OverseerCollectionConfigSetProcessorTest.java
(at line 81)
[ecj-lint] import static
org.apache.solr.common.params.CollectionAdminParams.COLLECTION;
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] The import
org.apache.solr.common.params.CollectionAdminParams.COLLECTION is never used
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 3. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/cloud/ZkSolrClientTest.java
(at line 119)
[ecj-lint] final SolrZkClient zkClientConLoss = new
SolrZkClient(server.getZkAddress(), AbstractZkTestCase.TIMEOUT);
[ecj-lint] ^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'zkClientConLoss' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 4. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java
(at line 712)
[ecj-lint] throw new UnsupportedOperationException("must add at least 1
node first");
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'queryRequest' is not closed at this location
[ecj-lint] ----------
[ecj-lint] 5. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java
(at line 718)
[ecj-lint] throw new UnsupportedOperationException("must add at least 1
node first");
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'queryRequest' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 6. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/update/processor/DistributedUpdateProcessorTest.java
(at line 39)
[ecj-lint] DistributedUpdateProcessor processor = new
DistributedUpdateProcessor(
[ecj-lint] ^^^^^^^^^
[ecj-lint] Resource leak: 'processor' is never closed
[ecj-lint] ----------
[ecj-lint] 6 problems (1 error, 5 warnings)
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:680: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2092:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2125:
Compile failed; see the compiler error output for details.
Total time: 92 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
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]