Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/104/
4 tests failed.
FAILED: org.apache.solr.TestDistributedGrouping.test
Error Message:
.grouped[a_i1].doclist.maxScore:1.0!=null
Stack Trace:
junit.framework.AssertionFailedError: .grouped[a_i1].doclist.maxScore:1.0!=null
at
__randomizedtesting.SeedInfo.seed([8BC58C50E5CBAC4F:391B38A4B37C1B7]:0)
at junit.framework.Assert.fail(Assert.java:50)
at
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:928)
at
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:955)
at
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:613)
at
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:589)
at
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:568)
at
org.apache.solr.TestDistributedGrouping.test(TestDistributedGrouping.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1034)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
We think that split was successful but sub-shard states were not updated even
after 2 minutes.
Stack Trace:
java.lang.AssertionError: We think that split was successful but sub-shard
states were not updated even after 2 minutes.
at
__randomizedtesting.SeedInfo.seed([8BC58C50E5CBAC4F:E25F81A4CD07CB]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:555)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds
Error Message:
failed to create testMixedBounds_collection Live Nodes: [127.0.0.1:10001_solr,
127.0.0.1:10000_solr] Last available state:
DocCollection(testMixedBounds_collection//clusterstate.json/158)={
"replicationFactor":"1", "pullReplicas":"0",
"router":{"name":"compositeId"}, "maxShardsPerNode":"2",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0",
"autoCreated":"true", "shards":{ "shard2":{ "replicas":{
"core_node3":{ "core":"testMixedBounds_collection_shard2_replica_n3",
"leader":"true", "SEARCHER.searcher.maxDoc":0,
"SEARCHER.searcher.deletedDocs":0, "INDEX.sizeInBytes":10240,
"node_name":"127.0.0.1:10001_solr", "state":"active",
"type":"NRT", "INDEX.sizeInGB":9.5367431640625E-6,
"SEARCHER.searcher.numDocs":0}, "core_node4":{
"core":"testMixedBounds_collection_shard2_replica_n4",
"SEARCHER.searcher.maxDoc":0, "SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":10240, "node_name":"127.0.0.1:10000_solr",
"state":"active", "type":"NRT",
"INDEX.sizeInGB":9.5367431640625E-6, "SEARCHER.searcher.numDocs":0}},
"range":"0-7fffffff", "state":"active"}, "shard1":{
"stateTimestamp":"1532382791522160500", "replicas":{
"core_node1":{ "core":"testMixedBounds_collection_shard1_replica_n1",
"leader":"true", "SEARCHER.searcher.maxDoc":495,
"SEARCHER.searcher.deletedDocs":0, "INDEX.sizeInBytes":257740,
"node_name":"127.0.0.1:10001_solr", "state":"active",
"type":"NRT", "INDEX.sizeInGB":2.4003908038139343E-4,
"SEARCHER.searcher.numDocs":495}, "core_node2":{
"core":"testMixedBounds_collection_shard1_replica_n2",
"SEARCHER.searcher.maxDoc":495, "SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":257740,
"node_name":"127.0.0.1:10000_solr", "state":"active",
"type":"NRT", "INDEX.sizeInGB":2.4003908038139343E-4,
"SEARCHER.searcher.numDocs":495}}, "range":"80000000-ffffffff",
"state":"inactive"}, "shard1_1":{ "parent":"shard1",
"stateTimestamp":"1532382791522724650", "range":"c0000000-ffffffff",
"state":"active", "replicas":{ "core_node10":{
"leader":"true",
"core":"testMixedBounds_collection_shard1_1_replica1",
"SEARCHER.searcher.maxDoc":247, "SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":133740,
"node_name":"127.0.0.1:10000_solr",
"base_url":"http://127.0.0.1:10000/solr", "state":"active",
"type":"NRT", "INDEX.sizeInGB":1.245550811290741E-4,
"SEARCHER.searcher.numDocs":247}, "core_node9":{
"core":"testMixedBounds_collection_shard1_1_replica0",
"SEARCHER.searcher.maxDoc":247, "SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":133740,
"node_name":"127.0.0.1:10001_solr",
"base_url":"http://127.0.0.1:10001/solr", "state":"active",
"type":"NRT", "INDEX.sizeInGB":1.245550811290741E-4,
"SEARCHER.searcher.numDocs":247}}}, "shard1_0":{ "parent":"shard1",
"stateTimestamp":"1532382791522616350", "range":"80000000-bfffffff",
"state":"active", "replicas":{ "core_node7":{
"leader":"true",
"core":"testMixedBounds_collection_shard1_0_replica0",
"SEARCHER.searcher.maxDoc":248, "SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":144480,
"node_name":"127.0.0.1:10001_solr",
"base_url":"http://127.0.0.1:10001/solr", "state":"active",
"type":"NRT", "INDEX.sizeInGB":1.3455748558044434E-4,
"SEARCHER.searcher.numDocs":248}, "core_node8":{
"core":"testMixedBounds_collection_shard1_0_replica1",
"SEARCHER.searcher.maxDoc":248, "SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":144480,
"node_name":"127.0.0.1:10000_solr",
"base_url":"http://127.0.0.1:10000/solr", "state":"active",
"type":"NRT", "INDEX.sizeInGB":1.3455748558044434E-4,
"SEARCHER.searcher.numDocs":248}}}}}
Stack Trace:
java.lang.AssertionError: failed to create testMixedBounds_collection
Live Nodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
Last available state:
DocCollection(testMixedBounds_collection//clusterstate.json/158)={
"replicationFactor":"1",
"pullReplicas":"0",
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0",
"autoCreated":"true",
"shards":{
"shard2":{
"replicas":{
"core_node3":{
"core":"testMixedBounds_collection_shard2_replica_n3",
"leader":"true",
"SEARCHER.searcher.maxDoc":0,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":10240,
"node_name":"127.0.0.1:10001_solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":9.5367431640625E-6,
"SEARCHER.searcher.numDocs":0},
"core_node4":{
"core":"testMixedBounds_collection_shard2_replica_n4",
"SEARCHER.searcher.maxDoc":0,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":10240,
"node_name":"127.0.0.1:10000_solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":9.5367431640625E-6,
"SEARCHER.searcher.numDocs":0}},
"range":"0-7fffffff",
"state":"active"},
"shard1":{
"stateTimestamp":"1532382791522160500",
"replicas":{
"core_node1":{
"core":"testMixedBounds_collection_shard1_replica_n1",
"leader":"true",
"SEARCHER.searcher.maxDoc":495,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":257740,
"node_name":"127.0.0.1:10001_solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":2.4003908038139343E-4,
"SEARCHER.searcher.numDocs":495},
"core_node2":{
"core":"testMixedBounds_collection_shard1_replica_n2",
"SEARCHER.searcher.maxDoc":495,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":257740,
"node_name":"127.0.0.1:10000_solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":2.4003908038139343E-4,
"SEARCHER.searcher.numDocs":495}},
"range":"80000000-ffffffff",
"state":"inactive"},
"shard1_1":{
"parent":"shard1",
"stateTimestamp":"1532382791522724650",
"range":"c0000000-ffffffff",
"state":"active",
"replicas":{
"core_node10":{
"leader":"true",
"core":"testMixedBounds_collection_shard1_1_replica1",
"SEARCHER.searcher.maxDoc":247,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":133740,
"node_name":"127.0.0.1:10000_solr",
"base_url":"http://127.0.0.1:10000/solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":1.245550811290741E-4,
"SEARCHER.searcher.numDocs":247},
"core_node9":{
"core":"testMixedBounds_collection_shard1_1_replica0",
"SEARCHER.searcher.maxDoc":247,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":133740,
"node_name":"127.0.0.1:10001_solr",
"base_url":"http://127.0.0.1:10001/solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":1.245550811290741E-4,
"SEARCHER.searcher.numDocs":247}}},
"shard1_0":{
"parent":"shard1",
"stateTimestamp":"1532382791522616350",
"range":"80000000-bfffffff",
"state":"active",
"replicas":{
"core_node7":{
"leader":"true",
"core":"testMixedBounds_collection_shard1_0_replica0",
"SEARCHER.searcher.maxDoc":248,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":144480,
"node_name":"127.0.0.1:10001_solr",
"base_url":"http://127.0.0.1:10001/solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":1.3455748558044434E-4,
"SEARCHER.searcher.numDocs":248},
"core_node8":{
"core":"testMixedBounds_collection_shard1_0_replica1",
"SEARCHER.searcher.maxDoc":248,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":144480,
"node_name":"127.0.0.1:10000_solr",
"base_url":"http://127.0.0.1:10000/solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":1.3455748558044434E-4,
"SEARCHER.searcher.numDocs":248}}}}}
at
__randomizedtesting.SeedInfo.seed([8BC58C50E5CBAC4F:814633FDA870A715]:0)
at
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:69)
at
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:585)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException: last state:
DocCollection(testMixedBounds_collection//clusterstate.json/158)={
"replicationFactor":"1",
"pullReplicas":"0",
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0",
"autoCreated":"true",
"shards":{
"shard2":{
"replicas":{
"core_node3":{
"core":"testMixedBounds_collection_shard2_replica_n3",
"leader":"true",
"SEARCHER.searcher.maxDoc":0,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":10240,
"node_name":"127.0.0.1:10001_solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":9.5367431640625E-6,
"SEARCHER.searcher.numDocs":0},
"core_node4":{
"core":"testMixedBounds_collection_shard2_replica_n4",
"SEARCHER.searcher.maxDoc":0,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":10240,
"node_name":"127.0.0.1:10000_solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":9.5367431640625E-6,
"SEARCHER.searcher.numDocs":0}},
"range":"0-7fffffff",
"state":"active"},
"shard1":{
"stateTimestamp":"1532382791522160500",
"replicas":{
"core_node1":{
"core":"testMixedBounds_collection_shard1_replica_n1",
"leader":"true",
"SEARCHER.searcher.maxDoc":495,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":257740,
"node_name":"127.0.0.1:10001_solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":2.4003908038139343E-4,
"SEARCHER.searcher.numDocs":495},
"core_node2":{
"core":"testMixedBounds_collection_shard1_replica_n2",
"SEARCHER.searcher.maxDoc":495,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":257740,
"node_name":"127.0.0.1:10000_solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":2.4003908038139343E-4,
"SEARCHER.searcher.numDocs":495}},
"range":"80000000-ffffffff",
"state":"inactive"},
"shard1_1":{
"parent":"shard1",
"stateTimestamp":"1532382791522724650",
"range":"c0000000-ffffffff",
"state":"active",
"replicas":{
"core_node10":{
"leader":"true",
"core":"testMixedBounds_collection_shard1_1_replica1",
"SEARCHER.searcher.maxDoc":247,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":133740,
"node_name":"127.0.0.1:10000_solr",
"base_url":"http://127.0.0.1:10000/solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":1.245550811290741E-4,
"SEARCHER.searcher.numDocs":247},
"core_node9":{
"core":"testMixedBounds_collection_shard1_1_replica0",
"SEARCHER.searcher.maxDoc":247,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":133740,
"node_name":"127.0.0.1:10001_solr",
"base_url":"http://127.0.0.1:10001/solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":1.245550811290741E-4,
"SEARCHER.searcher.numDocs":247}}},
"shard1_0":{
"parent":"shard1",
"stateTimestamp":"1532382791522616350",
"range":"80000000-bfffffff",
"state":"active",
"replicas":{
"core_node7":{
"leader":"true",
"core":"testMixedBounds_collection_shard1_0_replica0",
"SEARCHER.searcher.maxDoc":248,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":144480,
"node_name":"127.0.0.1:10001_solr",
"base_url":"http://127.0.0.1:10001/solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":1.3455748558044434E-4,
"SEARCHER.searcher.numDocs":248},
"core_node8":{
"core":"testMixedBounds_collection_shard1_0_replica1",
"SEARCHER.searcher.maxDoc":248,
"SEARCHER.searcher.deletedDocs":0,
"INDEX.sizeInBytes":144480,
"node_name":"127.0.0.1:10000_solr",
"base_url":"http://127.0.0.1:10000/solr",
"state":"active",
"type":"NRT",
"INDEX.sizeInGB":1.3455748558044434E-4,
"SEARCHER.searcher.numDocs":248}}}}}
at
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
at
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:63)
... 40 more
FAILED:
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode
Error Message:
[Op{action=DELETEREPLICA, hints={COLL_SHARD=[{
"first":"deleteNode_collection", "second":"shard1"}], REPLICA=[core_node6]}},
Op{action=DELETEREPLICA, hints={COLL_SHARD=[{
"first":"deleteNode_collection", "second":"shard1"}], REPLICA=[core_node8]}},
Op{action=DELETEREPLICA, hints={COLL_SHARD=[{
"first":"deleteNode_collection", "second":"shard1"}], REPLICA=[core_node4]}},
Op{action=DELETEREPLICA, hints={COLL_SHARD=[{
"first":"deleteNode_collection", "second":"shard1"}],
REPLICA=[core_node10]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:42631_solr]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:38007_solr]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:46569_solr]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:39672_solr]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:45422_solr]}}] expected:<8> but was:<9>
Stack Trace:
java.lang.AssertionError: [Op{action=DELETEREPLICA, hints={COLL_SHARD=[{
"first":"deleteNode_collection",
"second":"shard1"}], REPLICA=[core_node6]}}, Op{action=DELETEREPLICA,
hints={COLL_SHARD=[{
"first":"deleteNode_collection",
"second":"shard1"}], REPLICA=[core_node8]}}, Op{action=DELETEREPLICA,
hints={COLL_SHARD=[{
"first":"deleteNode_collection",
"second":"shard1"}], REPLICA=[core_node4]}}, Op{action=DELETEREPLICA,
hints={COLL_SHARD=[{
"first":"deleteNode_collection",
"second":"shard1"}], REPLICA=[core_node10]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:42631_solr]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:38007_solr]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:46569_solr]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:39672_solr]}}, Op{action=DELETENODE,
hints={SRC_NODE=[127.0.0.1:45422_solr]}}] expected:<8> but was:<9>
at
__randomizedtesting.SeedInfo.seed([8BC58C50E5CBAC4F:A95742D2D2012332]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:640)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12595 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
[junit4] 2> 711697 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[8BC58C50E5CBAC4F]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/init-core-data-001
[junit4] 2> 711710 WARN
(SUITE-SearchRateTriggerIntegrationTest-seed#[8BC58C50E5CBAC4F]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 711711 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[8BC58C50E5CBAC4F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 711712 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[8BC58C50E5CBAC4F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 711713 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[8BC58C50E5CBAC4F]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001
[junit4] 2> 711713 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[8BC58C50E5CBAC4F]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 711730 INFO (Thread-1016) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 711730 INFO (Thread-1016) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 711732 ERROR (Thread-1016) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 711830 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[8BC58C50E5CBAC4F]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:36243
[junit4] 2> 711835 INFO (zkConnectionManagerCallback-752-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 711886 INFO (jetty-launcher-749-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 711906 INFO (jetty-launcher-749-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 711926 INFO (jetty-launcher-749-thread-4) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 711926 INFO (jetty-launcher-749-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 711943 INFO (jetty-launcher-749-thread-5) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 711958 INFO (jetty-launcher-749-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 711958 INFO (jetty-launcher-749-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 711958 INFO (jetty-launcher-749-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 711959 INFO (jetty-launcher-749-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2344c260{/solr,null,AVAILABLE}
[junit4] 2> 711982 INFO (jetty-launcher-749-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 711982 INFO (jetty-launcher-749-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 711982 INFO (jetty-launcher-749-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 711983 INFO (jetty-launcher-749-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1305fec9{/solr,null,AVAILABLE}
[junit4] 2> 711984 INFO (jetty-launcher-749-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@eabdb0f{SSL,[ssl,
http/1.1]}{127.0.0.1:39672}
[junit4] 2> 711984 INFO (jetty-launcher-749-thread-3) [ ]
o.e.j.s.Server Started @712031ms
[junit4] 2> 711984 INFO (jetty-launcher-749-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39672}
[junit4] 2> 711984 ERROR (jetty-launcher-749-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 711984 INFO (jetty-launcher-749-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 711984 INFO (jetty-launcher-749-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 711984 INFO (jetty-launcher-749-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 711984 INFO (jetty-launcher-749-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 711984 INFO (jetty-launcher-749-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-23T20:52:33.719Z
[junit4] 2> 712012 INFO (jetty-launcher-749-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 712012 INFO (jetty-launcher-749-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 712012 INFO (jetty-launcher-749-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 712014 INFO (jetty-launcher-749-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@d18bb7f{/solr,null,AVAILABLE}
[junit4] 2> 712015 INFO (jetty-launcher-749-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@15e724ba{SSL,[ssl,
http/1.1]}{127.0.0.1:45422}
[junit4] 2> 712015 INFO (jetty-launcher-749-thread-4) [ ]
o.e.j.s.Server Started @712062ms
[junit4] 2> 712015 INFO (jetty-launcher-749-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45422}
[junit4] 2> 712015 ERROR (jetty-launcher-749-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 712015 INFO (jetty-launcher-749-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 712015 INFO (jetty-launcher-749-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 712015 INFO (jetty-launcher-749-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 712015 INFO (jetty-launcher-749-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 712015 INFO (jetty-launcher-749-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-23T20:52:33.750Z
[junit4] 2> 712052 INFO (jetty-launcher-749-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 712052 INFO (jetty-launcher-749-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 712052 INFO (jetty-launcher-749-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 712052 INFO (jetty-launcher-749-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@989353b{/solr,null,AVAILABLE}
[junit4] 2> 712053 INFO (jetty-launcher-749-thread-5) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@57d0efcb{SSL,[ssl,
http/1.1]}{127.0.0.1:42631}
[junit4] 2> 712053 INFO (jetty-launcher-749-thread-5) [ ]
o.e.j.s.Server Started @712100ms
[junit4] 2> 712053 INFO (jetty-launcher-749-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42631}
[junit4] 2> 712053 ERROR (jetty-launcher-749-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 712053 INFO (jetty-launcher-749-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 712053 INFO (jetty-launcher-749-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 712053 INFO (jetty-launcher-749-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 712053 INFO (jetty-launcher-749-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 712053 INFO (jetty-launcher-749-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-23T20:52:33.788Z
[junit4] 2> 712080 INFO (jetty-launcher-749-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@361b195d{SSL,[ssl,
http/1.1]}{127.0.0.1:38007}
[junit4] 2> 712080 INFO (jetty-launcher-749-thread-1) [ ]
o.e.j.s.Server Started @712127ms
[junit4] 2> 712100 INFO (jetty-launcher-749-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 712100 INFO (jetty-launcher-749-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 712100 INFO (jetty-launcher-749-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 712105 INFO (zkConnectionManagerCallback-754-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 712105 INFO (jetty-launcher-749-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 712105 INFO (zkConnectionManagerCallback-758-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 712153 INFO (zkConnectionManagerCallback-756-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 712155 INFO (jetty-launcher-749-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 712156 INFO (jetty-launcher-749-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@228084af{/solr,null,AVAILABLE}
[junit4] 2> 712156 INFO (jetty-launcher-749-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1cd51815{SSL,[ssl,
http/1.1]}{127.0.0.1:46569}
[junit4] 2> 712156 INFO (jetty-launcher-749-thread-2) [ ]
o.e.j.s.Server Started @712204ms
[junit4] 2> 712156 INFO (jetty-launcher-749-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46569}
[junit4] 2> 712157 ERROR (jetty-launcher-749-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 712157 INFO (jetty-launcher-749-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 712169 INFO (jetty-launcher-749-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38007}
[junit4] 2> 712169 ERROR (jetty-launcher-749-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 712169 INFO (jetty-launcher-749-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 712170 INFO (jetty-launcher-749-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 712170 INFO (jetty-launcher-749-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 712170 INFO (jetty-launcher-749-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 712170 INFO (jetty-launcher-749-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-23T20:52:33.905Z
[junit4] 2> 712181 INFO (jetty-launcher-749-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 712186 INFO (jetty-launcher-749-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 712186 INFO (jetty-launcher-749-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 712186 INFO (jetty-launcher-749-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 712186 INFO (jetty-launcher-749-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-23T20:52:33.921Z
[junit4] 2> 712226 INFO (zkConnectionManagerCallback-760-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 712240 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1036d2ccca30002, likely client has closed socket
[junit4] 2> 712248 INFO (jetty-launcher-749-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 712577 INFO (zkConnectionManagerCallback-762-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 712608 INFO (jetty-launcher-749-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 712992 INFO (jetty-launcher-749-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36243/solr
[junit4] 2> 713031 INFO (zkConnectionManagerCallback-766-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 713075 INFO (jetty-launcher-749-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36243/solr
[junit4] 2> 713125 INFO (zkConnectionManagerCallback-768-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 713180 INFO (zkConnectionManagerCallback-772-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 713199 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1036d2ccca30008, likely client has closed socket
[junit4] 2> 713287 INFO (zkConnectionManagerCallback-774-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 713905 INFO (jetty-launcher-749-thread-5)
[n:127.0.0.1:42631_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:42631_solr
[junit4] 2> 713907 INFO (jetty-launcher-749-thread-5)
[n:127.0.0.1:42631_solr ] o.a.s.c.Overseer Overseer
(id=73022058147282953-127.0.0.1:42631_solr-n_0000000000) starting
[junit4] 2> 714295 INFO (zkConnectionManagerCallback-783-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 714297 INFO (jetty-launcher-749-thread-5)
[n:127.0.0.1:42631_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36243/solr ready
[junit4] 2> 714316 INFO
(OverseerStateUpdate-73022058147282953-127.0.0.1:42631_solr-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42631_solr
[junit4] 2> 714531 INFO (jetty-launcher-749-thread-5)
[n:127.0.0.1:42631_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42631_solr
[junit4] 2> 714532 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 714553 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 714567 INFO (zkCallback-773-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 714568 INFO (jetty-launcher-749-thread-1)
[n:127.0.0.1:38007_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 714568 INFO (jetty-launcher-749-thread-1)
[n:127.0.0.1:38007_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38007_solr
[junit4] 2> 714604 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 714604 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 714746 INFO (zkCallback-782-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 714746 INFO (zkCallback-767-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 714843 INFO (zkCallback-773-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 714909 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:38007_solr, 127.0.0.1:42631_solr]
[junit4] 2> 714929 DEBUG (ScheduledTrigger-2135-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 714945 INFO (zkConnectionManagerCallback-788-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 714945 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 714945 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 714965 INFO (jetty-launcher-749-thread-5)
[n:127.0.0.1:42631_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 714998 INFO (jetty-launcher-749-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36243/solr
[junit4] 2> 715026 INFO (zkConnectionManagerCallback-793-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 715034 INFO (jetty-launcher-749-thread-1)
[n:127.0.0.1:38007_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 715107 INFO (jetty-launcher-749-thread-1)
[n:127.0.0.1:38007_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36243/solr ready
[junit4] 2> 715149 INFO (jetty-launcher-749-thread-1)
[n:127.0.0.1:38007_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 715180 INFO (zkConnectionManagerCallback-795-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 715186 INFO (jetty-launcher-749-thread-5)
[n:127.0.0.1:42631_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42631.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 715214 INFO (jetty-launcher-749-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36243/solr
[junit4] 2> 715240 INFO (jetty-launcher-749-thread-5)
[n:127.0.0.1:42631_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42631.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 715311 INFO (jetty-launcher-749-thread-5)
[n:127.0.0.1:42631_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42631.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 715312 INFO (jetty-launcher-749-thread-5)
[n:127.0.0.1:42631_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001/node5/.
[junit4] 2> 715546 INFO (zkConnectionManagerCallback-800-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 715783 INFO (jetty-launcher-749-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36243/solr
[junit4] 2> 716041 INFO (zkConnectionManagerCallback-804-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 716135 INFO (jetty-launcher-749-thread-1)
[n:127.0.0.1:38007_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38007.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 716135 DEBUG (ScheduledTrigger-2135-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 716184 INFO (zkConnectionManagerCallback-806-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 716230 INFO (jetty-launcher-749-thread-1)
[n:127.0.0.1:38007_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38007.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 716231 INFO (jetty-launcher-749-thread-1)
[n:127.0.0.1:38007_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38007.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 716232 INFO (jetty-launcher-749-thread-1)
[n:127.0.0.1:38007_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001/node1/.
[junit4] 2> 716247 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 716269 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 716285 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 716277 INFO (zkConnectionManagerCallback-808-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 716302 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45422_solr
[junit4] 2> 716331 INFO (zkCallback-773-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 716338 INFO (zkCallback-782-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 716342 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 716342 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39672_solr
[junit4] 2> 716350 INFO (zkCallback-767-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 716525 INFO (zkCallback-794-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 716525 INFO (zkCallback-805-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 716525 INFO (zkCallback-787-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 716558 INFO (zkCallback-787-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 716561 INFO (zkCallback-782-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 716562 INFO (zkCallback-794-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 716570 INFO (zkCallback-773-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 716581 INFO (zkCallback-805-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 716584 INFO (zkCallback-767-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 716610 INFO (zkConnectionManagerCallback-817-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 716615 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 716635 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36243/solr ready
[junit4] 2> 716651 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 716687 INFO (zkConnectionManagerCallback-822-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 716698 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45422.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 716734 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45422.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 716734 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45422.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 716735 INFO (jetty-launcher-749-thread-4)
[n:127.0.0.1:45422_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001/node3/.
[junit4] 2> 716740 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 716809 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36243/solr ready
[junit4] 2> 716811 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 716825 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 716865 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 716865 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46569_solr
[junit4] 2> 716883 INFO (zkCallback-794-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 716883 INFO (zkCallback-787-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 716907 INFO (zkCallback-782-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 716919 INFO (zkCallback-773-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 716922 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39672.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 716935 INFO (zkCallback-767-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 716935 INFO (zkCallback-805-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 716996 INFO (zkCallback-807-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 717092 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39672.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 717092 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39672.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 717093 INFO (jetty-launcher-749-thread-3)
[n:127.0.0.1:39672_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001/node4/.
[junit4] 2> 717108 INFO (zkCallback-816-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 717128 INFO (zkCallback-821-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 717142 DEBUG (ScheduledTrigger-2135-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 5
[junit4] 2> 717233 INFO (zkConnectionManagerCallback-831-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 717233 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (5)
[junit4] 2> 717234 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36243/solr ready
[junit4] 2> 717235 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 717425 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46569.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 717460 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46569.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 717460 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46569.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 717461 INFO (jetty-launcher-749-thread-2)
[n:127.0.0.1:46569_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001/node2/.
[junit4] 2> 718093 INFO (zkConnectionManagerCallback-834-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 718166 DEBUG (ScheduledTrigger-2135-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 5
[junit4] 2> 718166 INFO (zkConnectionManagerCallback-839-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 718171 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[8BC58C50E5CBAC4F]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 718172 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[8BC58C50E5CBAC4F]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36243/solr ready
[junit4] 2> 718445 INFO (qtp96880520-4118) [n:127.0.0.1:38007_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 718564 INFO (qtp2141485465-4122) [n:127.0.0.1:39672_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 718660 INFO (qtp932835459-4145) [n:127.0.0.1:42631_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 718863 INFO (qtp780530924-4140) [n:127.0.0.1:45422_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 719045 INFO (qtp1581151621-4134) [n:127.0.0.1:46569_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 719047 DEBUG (qtp96880520-4115) [n:127.0.0.1:38007_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 719116 INFO (qtp96880520-4115) [n:127.0.0.1:38007_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=763
[junit4] 2> 719120 DEBUG (zkCallback-782-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
2
[junit4] 2> 719138 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 2
[junit4] 2> 719174 DEBUG (ScheduledTrigger-2135-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 5
[junit4] 2> 719175 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 719175 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2,
lastZnodeVersion 2
[junit4] 2> 719357 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[8BC58C50E5CBAC4F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testAboveSearchRate
[junit4] 2> 719358 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[8BC58C50E5CBAC4F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 719371 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[8BC58C50E5CBAC4F])
[ ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new
znode version 3
[junit4] 2> 719386 DEBUG (zkCallback-782-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
3
[junit4] 2> 719386 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 3
[junit4] 2> 719388 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 719389 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 719398 DEBUG
(OverseerAutoScalingTriggerThread-73022058147282953-127.0.0.1:42631_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3,
lastZnodeVersion 3
[junit4] 2> 724407 INFO (qtp96880520-4117) [n:127.0.0.1:38007_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 724410 INFO (OverseerThreadFactory-2137-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection aboveRate_collection
[junit4] 2> 724554 INFO
(OverseerStateUpdate-73022058147282953-127.0.0.1:42631_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"aboveRate_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"aboveRate_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:42631/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 724556 INFO
(OverseerStateUpdate-73022058147282953-127.0.0.1:42631_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"aboveRate_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"aboveRate_collection_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39672/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 724791 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
x:aboveRate_collection_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 724792 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
x:aboveRate_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 724793 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 725827 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 725840 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 725850 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.s.IndexSchema
[aboveRate_collection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 725853 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 725853 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'aboveRate_collection_shard1_replica_n1' using configuration from
collection aboveRate_collection, trusted=true
[junit4] 2> 725853 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_42631.solr.core.aboveRate_collection.shard1.replica_n1'
(registry 'solr.core.aboveRate_collection.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 725853 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 725866 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.s.IndexSchema
[aboveRate_collection_shard1_replica_n2] Schema name=minimal
[junit4] 2> 725870 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SolrCore
[[aboveRate_collection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001/node5/aboveRate_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001/node5/./aboveRate_collection_shard1_replica_n1/data/]
[junit4] 2> 725872 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 725872 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating
SolrCore 'aboveRate_collection_shard1_replica_n2' using configuration from
collection aboveRate_collection, trusted=true
[junit4] 2> 725872 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_39672.solr.core.aboveRate_collection.shard1.replica_n2'
(registry 'solr.core.aboveRate_collection.shard1.replica_n2') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@50ef6b7e
[junit4] 2> 725873 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 725873 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.SolrCore
[[aboveRate_collection_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001/node4/aboveRate_collection_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_8BC58C50E5CBAC4F-001/tempDir-001/node4/./aboveRate_collection_shard1_replica_n2/data/]
[junit4] 2> 726197 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 726197 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 726198 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 726198 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 726219 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@634a256f[aboveRate_collection_shard1_replica_n1] main]
[junit4] 2> 726236 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 726236 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 726236 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 726237 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 726237 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 726237 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 726237 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 726238 INFO
(searcherExecutor-2167-thread-1-processing-n:127.0.0.1:42631_solr
x:aboveRate_collection_shard1_replica_n1 c:aboveRate_collection s:shard1
r:core_node3) [n:127.0.0.1:42631_solr c:aboveRate_collection s:shard1
r:core_node3 x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SolrCore
[aboveRate_collection_shard1_replica_n1] Registered new searcher
Searcher@634a256f[aboveRate_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 726238 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1606816018436456448
[junit4] 2> 726256 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6b966930[aboveRate_collection_shard1_replica_n2] main]
[junit4] 2> 726269 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/aboveRate_collection/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 726291 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Waiting until we see more replicas up for shard shard1: total=2 found=1
timeoutin=9999ms
[junit4] 2> 726321 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 726321 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 726322 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 726322 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1606816018524536832
[junit4] 2> 726329 INFO
(searcherExecutor-2168-thread-1-processing-n:127.0.0.1:39672_solr
x:aboveRate_collection_shard1_replica_n2 c:aboveRate_collection s:shard1
r:core_node4) [n:127.0.0.1:39672_solr c:aboveRate_collection s:shard1
r:core_node4 x:aboveRate_collection_shard1_replica_n2] o.a.s.c.SolrCore
[aboveRate_collection_shard1_replica_n2] Registered new searcher
Searcher@6b966930[aboveRate_collection_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 726340 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/aboveRate_collection/terms/shard1 to
Terms{values={core_node3=0, core_node4=0}, version=1}
[junit4] 2> 726792 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 726792 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 726792 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:42631/solr/aboveRate_collection_shard1_replica_n1/
[junit4] 2> 726793 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync:
core=aboveRate_collection_shard1_replica_n1 url=https://127.0.0.1:42631/solr
START
replicas=[https://127.0.0.1:39672/solr/aboveRate_collection_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 726793 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync:
core=aboveRate_collection_shard1_replica_n1 url=https://127.0.0.1:42631/solr
DONE. We have no versions. sync failed.
[junit4] 2> 726797 INFO (qtp2141485465-4125) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.S.Request
[aboveRate_collection_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 726797 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt
to sync with shard failed, moving to the next candidate
[junit4] 2> 726797 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We
failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 726797 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 726814 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:42631/solr/aboveRate_collection_shard1_replica_n1/ shard1
[junit4] 2> 726984 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader,
no recovery necessary
[junit4] 2> 726987 INFO (qtp932835459-4147) [n:127.0.0.1:42631_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2194
[junit4] 2> 727091 INFO (zkCallback-773-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/aboveRate_collection/state.json] for collection
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
[junit4] 2> 727355 INFO (qtp2141485465-4127) [n:127.0.0.1:39672_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2564
[junit4] 2> 727395 INFO (qtp96880520-4117) [n:127.0.0.1:38007_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 727496 INFO (zkCallback-805-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/aboveRate_collection/state.json] for collection
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
[junit4] 2> 727496 INFO (zkCallback-773-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataCh
[...truncated too long message...]
adApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null612967868
[copy] Copying 240 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null612967868
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null612967868
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 79ms :: artifacts dl 29ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 214 minutes 59 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$34.hasMatch(FilePath.java:2678)
at hudson.FilePath$34.invoke(FilePath.java:2557)
at hudson.FilePath$34.invoke(FilePath.java:2547)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1036)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1038)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]