Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/1069/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC
5 tests failed.
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Timeout waiting for new replica become leader Timeout waiting to see state for
collection=collection1
:DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51551/solr",
"node_name":"127.0.0.1:51551_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}, "core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51552/solr",
"node_name":"127.0.0.1:51552_solr", "state":"active",
"type":"NRT", "force_set_state":"false",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:51551_solr, 127.0.0.1:51552_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51551/solr",
"node_name":"127.0.0.1:51551_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}, "core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51552/solr",
"node_name":"127.0.0.1:51552_solr", "state":"active",
"type":"NRT", "force_set_state":"false",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Timeout waiting for new replica become leader
Timeout waiting to see state for collection=collection1
:DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51551/solr",
"node_name":"127.0.0.1:51551_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51552/solr",
"node_name":"127.0.0.1:51552_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
Live Nodes: [127.0.0.1:51551_solr, 127.0.0.1:51552_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51551/solr",
"node_name":"127.0.0.1:51551_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51552/solr",
"node_name":"127.0.0.1:51552_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([F6BEBD2EA3D4C739:7EEA82F40D28AAC1]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:304)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:282)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:84)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Failed while waiting for active collection Timeout waiting to see state for
collection=collection1 :null Live Nodes: [127.0.0.1:51616_solr,
127.0.0.1:51617_solr] Last available state: null
Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=collection1 :null
Live Nodes: [127.0.0.1:51616_solr, 127.0.0.1:51617_solr]
Last available state: null
at
__randomizedtesting.SeedInfo.seed([F6BEBD2EA3D4C739:7EEA82F40D28AAC1]:0)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:728)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:734)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:79)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Timeout waiting for new replica become leader Timeout waiting to see state for
collection=collection1
:DocCollection(collection1//collections/collection1/state.json/5)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51643/solr",
"node_name":"127.0.0.1:51643_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{ "core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51644/solr",
"node_name":"127.0.0.1:51644_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"} Live
Nodes: [127.0.0.1:51643_solr, 127.0.0.1:51644_solr] Last available state:
DocCollection(collection1//collections/collection1/state.json/5)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51643/solr",
"node_name":"127.0.0.1:51643_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{ "core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51644/solr",
"node_name":"127.0.0.1:51644_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Timeout waiting for new replica become leader
Timeout waiting to see state for collection=collection1
:DocCollection(collection1//collections/collection1/state.json/5)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51643/solr",
"node_name":"127.0.0.1:51643_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51644/solr",
"node_name":"127.0.0.1:51644_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
Live Nodes: [127.0.0.1:51643_solr, 127.0.0.1:51644_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/5)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51643/solr",
"node_name":"127.0.0.1:51643_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51644/solr",
"node_name":"127.0.0.1:51644_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([F6BEBD2EA3D4C739:7EEA82F40D28AAC1]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:304)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:282)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:84)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Timeout waiting for new replica become leader Timeout waiting to see state for
collection=collection1
:DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51676/solr",
"node_name":"127.0.0.1:51676_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{ "core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51677/solr",
"node_name":"127.0.0.1:51677_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"} Live
Nodes: [127.0.0.1:51676_solr, 127.0.0.1:51677_solr] Last available state:
DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51676/solr",
"node_name":"127.0.0.1:51676_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{ "core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51677/solr",
"node_name":"127.0.0.1:51677_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Timeout waiting for new replica become leader
Timeout waiting to see state for collection=collection1
:DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51676/solr",
"node_name":"127.0.0.1:51676_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51677/solr",
"node_name":"127.0.0.1:51677_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
Live Nodes: [127.0.0.1:51676_solr, 127.0.0.1:51677_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:51676/solr",
"node_name":"127.0.0.1:51676_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:51677/solr",
"node_name":"127.0.0.1:51677_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([F6BEBD2EA3D4C739:7EEA82F40D28AAC1]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:304)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:282)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:84)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Failed while waiting for active collection Timeout waiting to see state for
collection=collection1 :null Live Nodes: [127.0.0.1:53114_solr,
127.0.0.1:53115_solr] Last available state: null
Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=collection1 :null
Live Nodes: [127.0.0.1:53114_solr, 127.0.0.1:53115_solr]
Last available state: null
at
__randomizedtesting.SeedInfo.seed([F6BEBD2EA3D4C739:7EEA82F40D28AAC1]:0)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:728)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:734)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:79)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 14161 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-001/init-core-data-001
[junit4] 2> 1766724 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-001/tempDir-001
[junit4] 2> 1766724 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1766725 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1766725 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1766834 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:53109
[junit4] 2> 1766834 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53109
[junit4] 2> 1766834 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 53109
[junit4] 2> 1766864 INFO (zkConnectionManagerCallback-9967-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1766869 INFO (zkConnectionManagerCallback-9969-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1766872 INFO (zkConnectionManagerCallback-9971-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1766875 WARN (jetty-launcher-9972-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1766875 WARN (jetty-launcher-9972-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1766876 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1766876 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1766876 INFO (jetty-launcher-9972-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 9+181
[junit4] 2> 1766876 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1766876 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1766876 INFO (jetty-launcher-9972-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 9+181
[junit4] 2> 1766878 INFO (jetty-launcher-9972-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1766878 INFO (jetty-launcher-9972-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1766878 INFO (jetty-launcher-9972-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1766879 INFO (jetty-launcher-9972-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@29cc51c{/solr,null,AVAILABLE}
[junit4] 2> 1766879 INFO (jetty-launcher-9972-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1766879 INFO (jetty-launcher-9972-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1766879 INFO (jetty-launcher-9972-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1766879 INFO (jetty-launcher-9972-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@276a8573{/solr,null,AVAILABLE}
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@17d5262a{HTTP/1.1,[http/1.1]}{127.0.0.1:53114}
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-2) [ ]
o.e.j.s.Server Started @1767000ms
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53114}
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1f82d939{HTTP/1.1,[http/1.1]}{127.0.0.1:53115}
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-1) [ ]
o.e.j.s.Server Started @1767000ms
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53115}
[junit4] 2> 1766880 ERROR (jetty-launcher-9972-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1766880 ERROR (jetty-launcher-9972-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.8.0
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.8.0
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-25T16:19:41.120805Z
[junit4] 2> 1766880 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-25T16:19:41.120814Z
[junit4] 2> 1766884 INFO (zkConnectionManagerCallback-9974-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1766884 INFO (zkConnectionManagerCallback-9976-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1766885 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1766885 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1766983 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1766988 INFO (jetty-launcher-9972-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53109/solr
[junit4] 2> 1766990 INFO (zkConnectionManagerCallback-9980-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1766995 INFO (zkConnectionManagerCallback-9982-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1767008 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1767014 INFO (jetty-launcher-9972-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53109/solr
[junit4] 2> 1767016 INFO (zkConnectionManagerCallback-9988-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1767022 INFO (zkConnectionManagerCallback-9990-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1767074 INFO (jetty-launcher-9972-thread-1)
[n:127.0.0.1:53115_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:53115_solr
[junit4] 2> 1767075 INFO (jetty-launcher-9972-thread-1)
[n:127.0.0.1:53115_solr ] o.a.s.c.Overseer Overseer
(id=72185793746632712-127.0.0.1:53115_solr-n_0000000000) starting
[junit4] 2> 1767086 INFO (zkConnectionManagerCallback-9997-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1767090 INFO (jetty-launcher-9972-thread-1)
[n:127.0.0.1:53115_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:53109/solr ready
[junit4] 2> 1767091 INFO
(OverseerStateUpdate-72185793746632712-127.0.0.1:53115_solr-n_0000000000)
[n:127.0.0.1:53115_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:53115_solr
[junit4] 2> 1767099 INFO (jetty-launcher-9972-thread-1)
[n:127.0.0.1:53115_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53115_solr
[junit4] 2> 1767100 INFO (zkCallback-9989-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1767101 INFO (zkCallback-9996-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1767170 INFO (jetty-launcher-9972-thread-1)
[n:127.0.0.1:53115_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1767205 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1767208 INFO (jetty-launcher-9972-thread-1)
[n:127.0.0.1:53115_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53115.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2d233436
[junit4] 2> 1767215 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:53114_solr as DOWN
[junit4] 2> 1767216 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1767217 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53114_solr
[junit4] 2> 1767218 INFO (zkCallback-9996-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1767218 INFO (zkCallback-9989-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1767219 INFO (zkCallback-9981-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1767225 INFO (jetty-launcher-9972-thread-1)
[n:127.0.0.1:53115_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53115.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2d233436
[junit4] 2> 1767225 INFO (jetty-launcher-9972-thread-1)
[n:127.0.0.1:53115_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53115.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2d233436
[junit4] 2> 1767227 INFO (jetty-launcher-9972-thread-1)
[n:127.0.0.1:53115_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-001/tempDir-001/node1/.
[junit4] 2> 1767244 INFO (zkConnectionManagerCallback-10003-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1767246 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1767248 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:53109/solr ready
[junit4] 2> 1767249 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1767273 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53114.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2d233436
[junit4] 2> 1767287 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53114.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2d233436
[junit4] 2> 1767287 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53114.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2d233436
[junit4] 2> 1767289 INFO (jetty-launcher-9972-thread-2)
[n:127.0.0.1:53114_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-001/tempDir-001/node2/.
[junit4] 2> 1767322 INFO (zkConnectionManagerCallback-10009-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1767325 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1767331 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53109/solr ready
[junit4] 2> 1767360 INFO (qtp941649604-28825) [n:127.0.0.1:53114_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=config&name=collection2&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1767364 INFO
(OverseerThreadFactory-10185-thread-1-processing-n:127.0.0.1:53115_solr)
[n:127.0.0.1:53115_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection2
[junit4] 2> 1767482 INFO
(OverseerStateUpdate-72185793746632712-127.0.0.1:53115_solr-n_0000000000)
[n:127.0.0.1:53115_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53114/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1767486 INFO
(OverseerStateUpdate-72185793746632712-127.0.0.1:53115_solr-n_0000000000)
[n:127.0.0.1:53115_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection2_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53115/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1767706 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
x:collection2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1767708 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
x:collection2_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n2&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1767709 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
x:collection2_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1768739 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
[junit4] 2> 1768745 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
[junit4] 2> 1768749 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.IndexSchema [collection2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1768752 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1768752 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection2_shard1_replica_n1' using
configuration from collection collection2, trusted=true
[junit4] 2> 1768756 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53114.solr.core.collection2.shard1.replica_n1' (registry
'solr.core.collection2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2d233436
[junit4] 2> 1768756 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.SolrCore [[collection2_shard1_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-001/tempDir-001/node2/collection2_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-001/tempDir-001/node2/./collection2_shard1_replica_n1/data/]
[junit4] 2> 1768758 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.IndexSchema [collection2_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1768762 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1768762 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2_shard1_replica_n2' using
configuration from collection collection2, trusted=true
[junit4] 2> 1768762 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53115.solr.core.collection2.shard1.replica_n2' (registry
'solr.core.collection2.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2d233436
[junit4] 2> 1768763 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.SolrCore [[collection2_shard1_replica_n2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-001/tempDir-001/node1/collection2_shard1_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-001/tempDir-001/node1/./collection2_shard1_replica_n2/data/]
[junit4] 2> 1768939 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1768940 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1768992 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1768992 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1768998 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1768998 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1769002 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1769002 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1769287 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7d9a732[collection2_shard1_replica_n1] main]
[junit4] 2> 1769288 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@e8f0d9e[collection2_shard1_replica_n2] main]
[junit4] 2> 1769290 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1769290 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1769290 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1769291 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1769291 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1626458379812601856
[junit4] 2> 1769290 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1769294 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1769294 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1626458379815747584
[junit4] 2> 1769296 INFO
(searcherExecutor-10194-thread-1-processing-n:127.0.0.1:53114_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:53114_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@7d9a732[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1769299 INFO
(searcherExecutor-10195-thread-1-processing-n:127.0.0.1:53115_solr
x:collection2_shard1_replica_n2 c:collection2 s:shard1 r:core_node4)
[n:127.0.0.1:53115_solr c:collection2 s:shard1 r:core_node4
x:collection2_shard1_replica_n2] o.a.s.c.SolrCore
[collection2_shard1_replica_n2] Registered new searcher
Searcher@e8f0d9e[collection2_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1769303 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection2/terms/shard1 to Terms{values={core_node3=0}, version=0}
[junit4] 2> 1769303 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection2/leaders/shard1
[junit4] 2> 1769305 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection2/terms/shard1 to Terms{values={core_node3=0,
core_node4=0}, version=1}
[junit4] 2> 1769306 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection2/leaders/shard1
[junit4] 2> 1769312 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1769313 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1769313 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:53115/solr/collection2_shard1_replica_n2/
[junit4] 2> 1769314 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.PeerSync PeerSync: core=collection2_shard1_replica_n2
url=http://127.0.0.1:53115/solr START
replicas=[http://127.0.0.1:53114/solr/collection2_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 1769314 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.PeerSync PeerSync: core=collection2_shard1_replica_n2
url=http://127.0.0.1:53115/solr DONE. We have no versions. sync failed.
[junit4] 2> 1769317 INFO (qtp941649604-28830) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.S.Request [collection2_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1769318 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1769318 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1769318 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1769318 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection2/leaders/shard1/leader after winning as
/collections/collection2/leader_elect/shard1/election/72185793746632712-core_node4-n_0000000000
[junit4] 2> 1769321 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53115/solr/collection2_shard1_replica_n2/ shard1
[junit4] 2> 1769428 INFO (zkCallback-9989-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1769428 INFO (zkCallback-9989-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1769432 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1769436 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n2&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1729
[junit4] 2> 1769536 INFO (zkCallback-9989-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1769536 INFO (zkCallback-9989-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1769536 INFO (zkCallback-9989-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1770326 INFO (qtp941649604-28828) [n:127.0.0.1:53114_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2619
[junit4] 2> 1770333 INFO (qtp941649604-28825) [n:127.0.0.1:53114_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 1770428 INFO (zkCallback-9981-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1770428 INFO (zkCallback-9989-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1770428 INFO (zkCallback-9989-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1770428 INFO (zkCallback-9989-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1770428 INFO (zkCallback-9981-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1770429 INFO (qtp941649604-28825) [n:127.0.0.1:53114_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=config&name=collection2&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3069
[junit4] 2> 1770432 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.c.LeaderTragicEventTest Stop jetty node :
http://127.0.0.1:53114/solr
state:DocCollection(collection2//collections/collection2/state.json/5)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2> "core":"collection2_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:53114/solr",
[junit4] 2> "node_name":"127.0.0.1:53114_solr",
[junit4] 2> "state":"active",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"},
[junit4] 2> "core_node4":{
[junit4] 2> "core":"collection2_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:53115/solr",
[junit4] 2> "node_name":"127.0.0.1:53115_solr",
[junit4] 2> "state":"active",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "leader":"true"}}}},
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "tlogReplicas":"0"}
[junit4] 2> 1770433 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=279298524
[junit4] 2> 1770433 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:53114_solr
[junit4] 2> 1770434 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.c.CoreContainer Publish this node as DOWN...
[junit4] 2> 1770434 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.c.ZkController Publish node=127.0.0.1:53114_solr as DOWN
[junit4] 2> 1770437 INFO (coreCloseExecutor-10204-thread-1)
[n:127.0.0.1:53114_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7b33fc05
[junit4] 2> 1770437 INFO (coreCloseExecutor-10204-thread-1)
[n:127.0.0.1:53114_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection2.shard1.replica_n1, tag=7b33fc05
[junit4] 2> 1770437 INFO (coreCloseExecutor-10204-thread-1)
[n:127.0.0.1:53114_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d2384bf: rootName =
solr_53114, domain = solr.core.collection2.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.collection2.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@76aadf99
[junit4] 2> 1770447 INFO (coreCloseExecutor-10204-thread-1)
[n:127.0.0.1:53114_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection2.shard1.leader, tag=7b33fc05
[junit4] 2> 1770453 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 1770454 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@40127530: rootName =
solr_53114, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@50795a56
[junit4] 2> 1770462 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 1770462 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2b753c12: rootName =
solr_53114, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@7a6d5d53
[junit4] 2> 1770467 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 1770467 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@673a52da: rootName =
solr_53114, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@1d0e6fcb
[junit4] 2> 1770467 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 2> 1770471 INFO (zkCallback-10008-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1770471 INFO (zkCallback-9996-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1770471 INFO (zkCallback-9989-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1770472 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.e.j.s.AbstractConnector Stopped
ServerConnector@17d5262a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1770473 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@29cc51c{/solr,null,UNAVAILABLE}
[junit4] 2> 1770473 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1770539 INFO (zkCallback-10008-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 1770539 INFO (zkCallback-9989-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 1770539 INFO (zkCallback-9989-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 1770539 INFO (zkCallback-9989-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 1770539 INFO (zkCallback-10008-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 1770541 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[F6BEBD2EA3D4C739])
[ ] o.a.s.c.LeaderTragicEventTest Corrupt leader :
core_node4:{"core":"collection2_shard1_replica_n2","base_url":"http://127.0.0.1:53115/solr","node_name":"127.0.0.1:53115_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
[junit4] 2> 1770580 INFO (qtp828900914-28833) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection2/terms/shard1 to Terms{values={core_node3=0,
core_node4=1}, version=2}
[junit4] 2> 1770580 INFO (qtp828900914-28833) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n2]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0
(1626458381127516160)]} 0 35
[junit4] 2> 1770581 INFO (qtp828900914-28834) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626458381165264896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1770581 INFO (qtp828900914-28834) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@66650b70
commitCommandVersion:1626458381165264896
[junit4] 2> 1770650 INFO (qtp828900914-28834) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2e0699ac[collection2_shard1_replica_n2] main]
[junit4] 2> 1770650 INFO (qtp828900914-28834) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1770650 INFO
(searcherExecutor-10195-thread-1-processing-n:127.0.0.1:53115_solr
x:collection2_shard1_replica_n2 c:collection2 s:shard1 r:core_node4)
[n:127.0.0.1:53115_solr c:collection2 s:shard1 r:core_node4
x:collection2_shard1_replica_n2] o.a.s.c.SolrCore
[collection2_shard1_replica_n2] Registered new searcher
Searcher@2e0699ac[collection2_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.8.0):C1:[diagnostics={os=Mac
OS X, java.vendor=Oracle Corporation, java.version=9, java.vm.version=9+181,
lucene.version=7.8.0, os.arch=x86_64, java.runtime.version=9+181, source=flush,
os.version=10.11.6,
timestamp=1551111584856}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1770655 INFO (qtp828900914-28834) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n2]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 74
[junit4] 2> 1770666 INFO (qtp828900914-28835) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n2]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1
(1626458381250199552)]} 0 4
[junit4] 2> 1770667 INFO (qtp828900914-28824) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626458381255442432,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1770667 INFO (qtp828900914-28824) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@66650b70
commitCommandVersion:1626458381255442432
[junit4] 2> 1770716 INFO (qtp828900914-28824) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7552a45a[collection2_shard1_replica_n2] main]
[junit4] 2> 1770717 INFO (qtp828900914-28824) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1770718 INFO
(searcherExecutor-10195-thread-1-processing-n:127.0.0.1:53115_solr
x:collection2_shard1_replica_n2 c:collection2 s:shard1 r:core_node4)
[n:127.0.0.1:53115_solr c:collection2 s:shard1 r:core_node4
x:collection2_shard1_replica_n2] o.a.s.c.SolrCore
[collection2_shard1_replica_n2] Registered new searcher
Searcher@7552a45a[collection2_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.8.0):C1:[diagnostics={os=Mac
OS X, java.vendor=Oracle Corporation, java.version=9, java.vm.version=9+181,
lucene.version=7.8.0, os.arch=x86_64, java.runtime.version=9+181, source=flush,
os.version=10.11.6,
timestamp=1551111584856}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(7.8.0):C1:[diagnostics={os=Mac OS X, java.vendor=Oracle
Corporation, java.version=9, java.vm.version=9+181, lucene.version=7.8.0,
os.arch=x86_64, java.runtime.version=9+181, source=flush, os.version=10.11.6,
timestamp=1551111584919}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1770718 INFO (qtp828900914-28824) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n2]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 51
[junit4] 2> 1770733 INFO (qtp828900914-28826) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n2]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2
(1626458381322551296)]} 0 2
[junit4] 2> 1770735 INFO (qtp828900914-28831) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626458381326745600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1770735 INFO (qtp828900914-28831) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@66650b70
commitCommandVersion:1626458381326745600
[junit4] 2> 1770780 INFO (qtp828900914-28831) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n2]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{}
0 46
[junit4] 2> 1770781 ERROR (qtp828900914-28831) [n:127.0.0.1:53115_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.h.RequestHandlerBase java.nio.file.NoSuchFileException:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-001/index-SimpleFSDirectory-002/_0.nvm
[junit4] 2> at
java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
[junit4] 2> at
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
[junit4] 2> at
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
[junit4] 2> at
java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:178)
[junit4] 2> at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
[junit4] 2> at
org.apache.lucene.mockfile.DisableFsyncFS.newFileChannel(DisableFsyncFS.java:45)
[junit4] 2> at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
[junit4] 2> at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
[junit4] 2> at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
[junit4] 2> at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
[junit4] 2> at
java.base/java.nio.channels.FileChannel.open(FileChannel.java:292)
[junit4] 2> at
java.base/java.nio.channels.FileChannel.open(FileChannel.java:340)
[junit4] 2> at
org.apache.lucene.util.IOUtils.fsync(IOUtils.java:460)
[junit4] 2> at
org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:332)
[junit4] 2> at
org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:287)
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.sync(MockDirectoryWrapper.java:207)
[junit4] 2> at
org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:68)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4824)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3297)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3465)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3430)
[junit4] 2> at
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:676)
[junit4] 2> at
org.apache.solr.update.processor.RunUpdateProcessor.processCommit(RunUpdateProcessorFactory.java:93)
[junit4] 2> at
org.apache.solr.update.processor.UpdateRequestProcessor.processCommit(UpdateRequestProcessor.java:68)
[junit4] 2> at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalCommit(DistributedUpdateProcessor.java:2040)
[junit4] 2> at
org.apache.solr.update.processor.DistributedUpdateProcessor.processCommit(DistributedUpdateProcessor.java:2024)
[junit4] 2> at
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processCommit(LogUpdateProcessorFactory.java:160)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerUtils.handleCommit(RequestHandlerUtils.java:69)
[junit4] 2> at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:62)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
[junit4] 2> at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2551)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:395)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:341)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:502)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2>
[junit4] 2> 1770781 ERROR (qtp828900914-28831) [n:127.0.0
[...truncated too long message...]
r
[junit4] 2> 148117 INFO (jetty-closer-212-thread-1) [ ]
o.a.s.c.CoreContainer Publish this node as DOWN...
[junit4] 2> 148117 INFO (jetty-closer-212-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:51677_solr as DOWN
[junit4] 2> 148120 INFO (jetty-closer-212-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 148120 INFO (jetty-closer-212-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e56074e: rootName =
solr_51676, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@71cb8b53
[junit4] 2> 148123 INFO (jetty-closer-212-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 148123 INFO (jetty-closer-212-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e57bed3: rootName =
solr_51677, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@429737da
[junit4] 2> 148127 INFO (jetty-closer-212-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 148127 INFO (jetty-closer-212-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@49560da2: rootName =
solr_51676, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@1925d1ed
[junit4] 2> 148130 INFO (jetty-closer-212-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 148130 INFO (jetty-closer-212-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1dcc23c6: rootName =
solr_51677, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@1925d1ed
[junit4] 2> 148132 INFO (jetty-closer-212-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 148132 INFO (jetty-closer-212-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@24f10ae6: rootName =
solr_51676, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@2753088e
[junit4] 2> 148132 INFO (jetty-closer-212-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 148133 INFO (jetty-closer-212-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 148133 INFO (jetty-closer-212-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@590226e: rootName =
solr_51677, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@2753088e
[junit4] 2> 148133 INFO (jetty-closer-212-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 148134 INFO (closeThreadPool-217-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72185973200388103-127.0.0.1:51676_solr-n_0000000001) closing
[junit4] 2> 148140 INFO
(OverseerStateUpdate-72185973200388103-127.0.0.1:51676_solr-n_0000000001)
[n:127.0.0.1:51676_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:51676_solr
[junit4] 2> 148148 INFO
(OverseerAutoScalingTriggerThread-72185973200388103-127.0.0.1:51676_solr-n_0000000001)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 148153 INFO (closeThreadPool-217-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72185973200388103-127.0.0.1:51676_solr-n_0000000001) closing
[junit4] 2> 148155 INFO (jetty-closer-212-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72185973200388103-127.0.0.1:51676_solr-n_0000000001) closing
[junit4] 2> 148158 INFO (jetty-closer-212-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@65e20ff5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 148158 INFO (jetty-closer-212-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@49d0a415{/solr,null,UNAVAILABLE}
[junit4] 2> 148159 INFO (jetty-closer-212-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 148159 INFO (jetty-closer-212-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@2206924e{HTTP/1.1,[http/1.1]}{127.0.0.1:51677}
[junit4] 2> 148160 INFO (jetty-closer-212-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@593ab99{/solr,null,UNAVAILABLE}
[junit4] 2> 148161 INFO (jetty-closer-212-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 148162 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 148165 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 11 /solr/collections/collection2/terms/shard1
[junit4] 2> 9 /solr/collections/collection1/terms/shard1
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 5 /solr/collections/collection2/state.json
[junit4] 2> 4 /solr/configs/config
[junit4] 2> 3 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 20 /solr/collections/collection2/state.json
[junit4] 2> 11 /solr/collections/collection1/state.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2> 2
/solr/collections/collection2/leader_elect/shard1/election/72185973200388103-core_node3-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/collections
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.scheduled_maintenance
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 148338 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51671
[junit4] 2> 148338 INFO
(SUITE-LeaderTragicEventTest-seed#[F6BEBD2EA3D4C739]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 51671
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_F6BEBD2EA3D4C739-002
[junit4] 2> Feb 25, 2019 5:06:14 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=true): {}, locale=sr-RS, timezone=Europe/Helsinki
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9
(64-bit)/cpus=3,threads=1,free=78618168,total=232783872
[junit4] 2> NOTE: All tests run in this JVM: [LeaderTragicEventTest,
LeaderTragicEventTest, LeaderTragicEventTest]
[junit4] Completed [5/5 (4!)] on J0 in 55.54s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 13 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1572:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1099:
There were test failures: 5 suites, 10 tests, 1 error, 3 failures [seed:
F6BEBD2EA3D4C739]
Total time: 2 minutes 34 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 4/5 failed: org.apache.solr.cloud.LeaderTragicEventTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=4be095e69823451f094152d8e2142605418caf4e,
workspace=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX
[WARNINGS] Computing warning deltas based on reference build #1068
Recording test results
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]