Build:
https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/29/
4 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestSimExecutePlanAction.testIntegration
Error Message:
Timed out waiting for replicas of new collection to be active Live Nodes:
[127.0.0.1:10001_solr, 127.0.0.1:10000_solr] Last available state:
DocCollection(testIntegration//clusterstate.json/4)={
"replicationFactor":"1", "pullReplicas":"0",
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0",
"autoCreated":"true", "shards":{"shard1":{ "replicas":{
"core_node1":{ "core":"testIntegration_shard1_replica_n1",
"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},
"core_node2":{ "core":"testIntegration_shard1_replica_n2",
"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}}, "range":"80000000-7fffffff",
"state":"active"}}}
Stack Trace:
java.lang.AssertionError: Timed out waiting for replicas of new collection to
be active
Live Nodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
Last available state: DocCollection(testIntegration//clusterstate.json/4)={
"replicationFactor":"1",
"pullReplicas":"0",
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0",
"autoCreated":"true",
"shards":{"shard1":{
"replicas":{
"core_node1":{
"core":"testIntegration_shard1_replica_n1",
"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},
"core_node2":{
"core":"testIntegration_shard1_replica_n2",
"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}},
"range":"80000000-7fffffff",
"state":"active"}}}
at
__randomizedtesting.SeedInfo.seed([C053896FDCF92068:70328743F9C6814D]:0)
at
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
at
org.apache.solr.cloud.autoscaling.sim.TestSimExecutePlanAction.testIntegration(TestSimExecutePlanAction.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException: last state:
DocCollection(testIntegration//clusterstate.json/4)={
"replicationFactor":"1",
"pullReplicas":"0",
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0",
"autoCreated":"true",
"shards":{"shard1":{
"replicas":{
"core_node1":{
"core":"testIntegration_shard1_replica_n1",
"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},
"core_node2":{
"core":"testIntegration_shard1_replica_n2",
"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}},
"range":"80000000-7fffffff",
"state":"active"}}}
at
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
at
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
... 40 more
FAILED:
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode
Error Message:
unexpected DELETENODE status:
{responseHeader={status=0,QTime=71},status={state=notfound,msg=Did not find
[search_rate_trigger3/471b5fbc1fbd22T855pzt2qu6y3pn5kq7ex5gjyb/0] in any tasks
queue}}
Stack Trace:
java.lang.AssertionError: unexpected DELETENODE status:
{responseHeader={status=0,QTime=71},status={state=notfound,msg=Did not find
[search_rate_trigger3/471b5fbc1fbd22T855pzt2qu6y3pn5kq7ex5gjyb/0] in any tasks
queue}}
at
__randomizedtesting.SeedInfo.seed([C053896FDCF92068:E2C147EDEB33AF15]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.lambda$testDeleteNode$5(SearchRateTriggerIntegrationTest.java:684)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testListeners
Error Message:
The trigger did not fire at all
Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
at
__randomizedtesting.SeedInfo.seed([C053896FDCF92068:2D931E7F6195BDB1]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testListeners(TestSimTriggerIntegration.java:1001)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test.test
Error Message:
Doc Counts do not add up expected:<67> but was:<36>
Stack Trace:
java.lang.AssertionError: Doc Counts do not add up expected:<67> but was:<36>
at
__randomizedtesting.SeedInfo.seed([C053896FDCF92068:4807B6B572054D90]: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.AbstractFullDistribZkTestBase.assertDocCounts(AbstractFullDistribZkTestBase.java:1453)
at
org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 14059 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test
[junit4] 2> 2712405 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-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-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/init-core-data-001
[junit4] 2> 2712405 WARN
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 2712406 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2712408 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 2712408 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 2712470 WARN
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 2712482 WARN
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2712484 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2712496 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_lucene2.us.west_apache_org_35839_hdfs____bpmx5y/webapp
[junit4] 2> 2712849 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.m.log Started
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:35839
[junit4] 2> 2712936 WARN
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2712937 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2712950 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_36607_datanode____.fb0g4f/webapp
[junit4] 2> 2713275 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36607
[junit4] 2> 2713282 WARN (1157835137@qtp-68981018-0 - Acceptor0
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36607) [ ]
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false. Rechecking.
[junit4] 2> 2713292 WARN (1157835137@qtp-68981018-0 - Acceptor0
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36607) [ ]
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is true
[junit4] 2> 2713318 WARN
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2713318 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2713330 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_45060_datanode____.87mua8/webapp
[junit4] 2> 2713411 ERROR (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:36530) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 2713420 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x4716a8fc2cede5: from storage
DS-ac956d56-734d-4ae1-81cf-dbf6d8248c3b node
DatanodeRegistration(127.0.0.1:46272,
datanodeUuid=ee4bf1e7-402f-4175-b9ce-910dca7ea09a, infoPort=35271,
infoSecurePort=0, ipcPort=38647,
storageInfo=lv=-56;cid=testClusterID;nsid=1886280475;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 2713420 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x4716a8fc2cede5: from storage
DS-e97dd61a-7f57-4b5c-a0bd-6f20df120b45 node
DatanodeRegistration(127.0.0.1:46272,
datanodeUuid=ee4bf1e7-402f-4175-b9ce-910dca7ea09a, infoPort=35271,
infoSecurePort=0, ipcPort=38647,
storageInfo=lv=-56;cid=testClusterID;nsid=1886280475;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2713688 INFO
(SUITE-HdfsBasicDistributedZk2Test-seed#[C053896FDCF92068]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45060
[junit4] 2> 2713779 ERROR (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:36530) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 2713798 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x4716a9125c3b12: from storage
DS-4e3d1460-6f13-4d76-b1fb-5701eac39984 node
DatanodeRegistration(127.0.0.1:44026,
datanodeUuid=0a360f97-66db-4769-aedc-23cec655f904, infoPort=43076,
infoSecurePort=0, ipcPort=45408,
storageInfo=lv=-56;cid=testClusterID;nsid=1886280475;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 2713798 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x4716a9125c3b12: from storage
DS-6149dd71-4972-4001-a6bb-d3cdaa34c389 node
DatanodeRegistration(127.0.0.1:44026,
datanodeUuid=0a360f97-66db-4769-aedc-23cec655f904, infoPort=43076,
infoSecurePort=0, ipcPort=45408,
storageInfo=lv=-56;cid=testClusterID;nsid=1886280475;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2713860 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2713861 INFO (Thread-6220) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2713861 INFO (Thread-6220) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2713862 ERROR (Thread-6220) [ ] 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> 2713961 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.ZkTestServer start zk server on port:34867
[junit4] 2> 2713964 INFO (zkConnectionManagerCallback-4490-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2713968 INFO (zkConnectionManagerCallback-4492-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2713972 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2713974 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2713975 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2713976 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2713978 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2713979 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2713980 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2713981 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2713982 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2713983 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2713985 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2713986 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 2714093 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
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> 2714094 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2714094 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2714094 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2714094 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@18c98332{/,null,AVAILABLE}
[junit4] 2> 2714095 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3c29c13{HTTP/1.1,[http/1.1]}{127.0.0.1:35402}
[junit4] 2> 2714096 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.Server Started @2714163ms
[junit4] 2> 2714096 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://lucene2-us-west.apache.org:36530/hdfs__lucene2-us-west.apache.org_36530__home_jenkins_jenkins-slave_workspace_Lucene-Solr-BadApples-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001_tempDir-002_control_data,
replicaType=NRT, hostContext=/, hostPort=35402,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/control-001/cores}
[junit4] 2> 2714096 ERROR
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2714096 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2714097 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2714097 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2714097 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2714097 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-09-23T03:10:38.130Z
[junit4] 2> 2714098 INFO (zkConnectionManagerCallback-4494-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2714099 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2714099 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/control-001/solr.xml
[junit4] 2> 2714103 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2714103 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2714104 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2714268 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34867/solr
[junit4] 2> 2714270 INFO (zkConnectionManagerCallback-4498-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2714271 INFO (zkConnectionManagerCallback-4500-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2714353 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068])
[n:127.0.0.1:35402_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:35402_
[junit4] 2> 2714354 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068])
[n:127.0.0.1:35402_ ] o.a.s.c.Overseer Overseer
(id=73368945728421892-127.0.0.1:35402_-n_0000000000) starting
[junit4] 2> 2714362 INFO (zkConnectionManagerCallback-4507-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2714363 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068])
[n:127.0.0.1:35402_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:34867/solr ready
[junit4] 2> 2714364 INFO
(OverseerStateUpdate-73368945728421892-127.0.0.1:35402_-n_0000000000)
[n:127.0.0.1:35402_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:35402_
[junit4] 2> 2714364 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068])
[n:127.0.0.1:35402_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35402_
[junit4] 2> 2714385 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068])
[n:127.0.0.1:35402_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 2714390 INFO (zkCallback-4499-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2714390 INFO (zkCallback-4506-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2714404 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068])
[n:127.0.0.1:35402_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2714414 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068])
[n:127.0.0.1:35402_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2714414 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068])
[n:127.0.0.1:35402_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2714415 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068])
[n:127.0.0.1:35402_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/control-001/cores
[junit4] 2> 2714443 INFO (zkConnectionManagerCallback-4513-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2714444 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2714445 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34867/solr ready
[junit4] 2> 2714446 INFO (qtp1435213711-18757) [n:127.0.0.1:35402_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35402_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2714448 INFO
(OverseerThreadFactory-6102-thread-1-processing-n:127.0.0.1:35402_)
[n:127.0.0.1:35402_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 2714556 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2714556 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 2715574 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2715586 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 2715691 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2715718 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 2715719 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2715719 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home
[junit4] 2> 2715719 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2715719 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home/control_collection/core_node2/data/]
[junit4] 2> 2715720 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
[junit4] 2> 2715739 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2715739 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2715740 WARN (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds
and try again.
[junit4] 2> 2720741 WARN (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds
and try again.
[junit4] 2> 2725747 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2725748 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home/control_collection/core_node2/data
[junit4] 2> 2725770 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home/control_collection/core_node2/data/index
[junit4] 2> 2725776 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2725776 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2725781 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2725781 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=84.4853515625,
floorSegmentMB=1.30859375, forceMergeDeletesPctAllowed=14.19908164066474,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=32.91266254187702
[junit4] 2> 2725798 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44026 is added to
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-ac956d56-734d-4ae1-81cf-dbf6d8248c3b:NORMAL:127.0.0.1:46272|RBW],
ReplicaUC[[DISK]DS-4e3d1460-6f13-4d76-b1fb-5701eac39984:NORMAL:127.0.0.1:44026|RBW]]}
size 0
[junit4] 2> 2725799 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46272 is added to
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-4e3d1460-6f13-4d76-b1fb-5701eac39984:NORMAL:127.0.0.1:44026|RBW],
ReplicaUC[[DISK]DS-e97dd61a-7f57-4b5c-a0bd-6f20df120b45:NORMAL:127.0.0.1:46272|FINALIZED]]}
size 0
[junit4] 2> 2725804 WARN (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2725847 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2725847 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2725847 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2725857 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2725857 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2725859 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@65b8086f
[junit4] 2> 2725889 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@29aeeff4[control_collection_shard1_replica_n1] main]
[junit4] 2> 2725890 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2725890 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2725891 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2725892 INFO
(searcherExecutor-6104-thread-1-processing-n:127.0.0.1:35402_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:35402_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@29aeeff4[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2725892 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1612366217137356800
[junit4] 2> 2725900 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 2725904 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2725904 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2725904 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:35402/control_collection_shard1_replica_n1/
[junit4] 2> 2725905 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2725905 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:35402/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 2725905 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2725911 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:35402/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 2725963 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2725965 INFO (qtp1435213711-18752) [n:127.0.0.1:35402_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=11409
[junit4] 2> 2725968 INFO (qtp1435213711-18757) [n:127.0.0.1:35402_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 2726066 INFO (zkCallback-4499-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2726454 INFO
(OverseerCollectionConfigSetProcessor-73368945728421892-127.0.0.1:35402_-n_0000000000)
[n:127.0.0.1:35402_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2726968 INFO (qtp1435213711-18757) [n:127.0.0.1:35402_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35402_&wt=javabin&version=2}
status=0 QTime=12522
[junit4] 2> 2726973 INFO (zkConnectionManagerCallback-4518-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2726974 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2726975 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34867/solr ready
[junit4] 2> 2726975 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2726976 INFO (qtp1435213711-18753) [n:127.0.0.1:35402_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2726978 INFO
(OverseerThreadFactory-6102-thread-2-processing-n:127.0.0.1:35402_)
[n:127.0.0.1:35402_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 2727182 WARN
(OverseerThreadFactory-6102-thread-2-processing-n:127.0.0.1:35402_)
[n:127.0.0.1:35402_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 2727185 INFO (qtp1435213711-18753) [n:127.0.0.1:35402_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 2727185 INFO (qtp1435213711-18753) [n:127.0.0.1:35402_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=209
[junit4] 2> 2727291 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/shard-1-001
of type TLOG
[junit4] 2> 2727292 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
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> 2727293 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2727293 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2727293 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2727293 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@41bca570{/,null,AVAILABLE}
[junit4] 2> 2727295 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@f78a39{HTTP/1.1,[http/1.1]}{127.0.0.1:41276}
[junit4] 2> 2727295 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.Server Started @2727362ms
[junit4] 2> 2727295 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://lucene2-us-west.apache.org:36530/hdfs__lucene2-us-west.apache.org_36530__home_jenkins_jenkins-slave_workspace_Lucene-Solr-BadApples-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001_tempDir-002_jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=41276,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/shard-1-001/cores}
[junit4] 2> 2727295 ERROR
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2727296 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2727296 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2727296 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2727296 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2727296 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-09-23T03:10:51.329Z
[junit4] 2> 2727297 INFO (zkConnectionManagerCallback-4520-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2727298 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2727298 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/shard-1-001/solr.xml
[junit4] 2> 2727302 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2727302 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2727303 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2727438 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34867/solr
[junit4] 2> 2727439 INFO (zkConnectionManagerCallback-4524-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2727441 INFO (zkConnectionManagerCallback-4526-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2727447 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2727451 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2727451 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41276_
[junit4] 2> 2727452 INFO (zkCallback-4499-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2727457 INFO (zkCallback-4506-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2727457 INFO (zkCallback-4517-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2727462 INFO (zkCallback-4525-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2727473 INFO (zkConnectionManagerCallback-4533-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2727474 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2727475 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34867/solr ready
[junit4] 2> 2727476 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 2727493 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2727503 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2727503 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2727505 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/shard-1-001/cores
[junit4] 2> 2727530 INFO (qtp1435213711-18759) [n:127.0.0.1:35402_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:41276_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2727532 INFO
(OverseerCollectionConfigSetProcessor-73368945728421892-127.0.0.1:35402_-n_0000000000)
[n:127.0.0.1:35402_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2727533 INFO
(OverseerThreadFactory-6102-thread-3-processing-n:127.0.0.1:35402_)
[n:127.0.0.1:35402_ c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:41276_ for creating new replica of shard shard2
[junit4] 2> 2727536 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
x:collection1_shard2_replica_t41] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 2728552 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2728564 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
[collection1_shard2_replica_t41] Schema name=test
[junit4] 2> 2728679 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2728709 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from
collection collection1, trusted=true
[junit4] 2> 2728710 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t41' (registry
'solr.core.collection1.shard2.replica_t41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2728710 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home
[junit4] 2> 2728710 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2728710 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[[collection1_shard2_replica_t41] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/shard-1-001/cores/collection1_shard2_replica_t41],
dataDir=[hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home/collection1/core_node42/data/]
[junit4] 2> 2728711 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home/collection1/core_node42/data/snapshot_metadata
[junit4] 2> 2728718 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2728718 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2728727 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2728728 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home/collection1/core_node42/data
[junit4] 2> 2728742 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:36530/solr_hdfs_home/collection1/core_node42/data/index
[junit4] 2> 2728748 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2728748 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2728755 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2728755 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=84.4853515625,
floorSegmentMB=1.30859375, forceMergeDeletesPctAllowed=14.19908164066474,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=32.91266254187702
[junit4] 2> 2728792 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44026 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-e97dd61a-7f57-4b5c-a0bd-6f20df120b45:NORMAL:127.0.0.1:46272|RBW],
ReplicaUC[[DISK]DS-6149dd71-4972-4001-a6bb-d3cdaa34c389:NORMAL:127.0.0.1:44026|RBW]]}
size 0
[junit4] 2> 2728793 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46272 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-6149dd71-4972-4001-a6bb-d3cdaa34c389:NORMAL:127.0.0.1:44026|RBW],
ReplicaUC[[DISK]DS-ac956d56-734d-4ae1-81cf-dbf6d8248c3b:NORMAL:127.0.0.1:46272|FINALIZED]]}
size 0
[junit4] 2> 2728796 WARN (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2728848 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2728848 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2728848 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2728857 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 2728857 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2728859 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@7e869857
[junit4] 2> 2728870 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4ff57eee[collection1_shard2_replica_t41] main]
[junit4] 2> 2728871 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2728871 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2728872 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2728873 INFO
(searcherExecutor-6118-thread-1-processing-n:127.0.0.1:41276_
x:collection1_shard2_replica_t41 c:collection1 s:shard2) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[collection1_shard2_replica_t41] Registered new searcher
Searcher@4ff57eee[collection1_shard2_replica_t41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2728873 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1612366220263161856
[junit4] 2> 2728879 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard2 to
Terms{values={core_node42=0}, version=0}
[junit4] 2> 2728881 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2728881 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2728881 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:41276/collection1_shard2_replica_t41/
[junit4] 2> 2728882 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2728882 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
http://127.0.0.1:41276/collection1_shard2_replica_t41/ has no replicas
[junit4] 2> 2728882 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2728882 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
collection1_shard2_replica_t41 stopping background replication from leader
[junit4] 2> 2728885 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41276/collection1_shard2_replica_t41/ shard2
[junit4] 2> 2728988 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 2728989 INFO (qtp1530925311-18823) [n:127.0.0.1:41276_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1453
[junit4] 2> 2728992 INFO (qtp1435213711-18759) [n:127.0.0.1:35402_
c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:41276_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1461
[junit4] 2> 2729090 INFO (zkCallback-4525-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2729099 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/shard-2-001
of type TLOG
[junit4] 2> 2729099 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
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> 2729100 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2729100 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2729100 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2729101 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@60f3cefe{/,null,AVAILABLE}
[junit4] 2> 2729103 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1e111cf{HTTP/1.1,[http/1.1]}{127.0.0.1:40998}
[junit4] 2> 2729103 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.e.j.s.Server Started @2729170ms
[junit4] 2> 2729103 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://lucene2-us-west.apache.org:36530/hdfs__lucene2-us-west.apache.org_36530__home_jenkins_jenkins-slave_workspace_Lucene-Solr-BadApples-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001_tempDir-002_jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=40998,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/shard-2-001/cores}
[junit4] 2> 2729103 ERROR
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2729103 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2729103 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2729103 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2729103 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2729104 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-09-23T03:10:53.137Z
[junit4] 2> 2729105 INFO (zkConnectionManagerCallback-4536-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2729106 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2729106 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/shard-2-001/solr.xml
[junit4] 2> 2729109 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2729109 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2729111 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2729314 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34867/solr
[junit4] 2> 2729315 INFO (zkConnectionManagerCallback-4540-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2729317 INFO (zkConnectionManagerCallback-4542-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2729323 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2729327 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2729327 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40998_
[junit4] 2> 2729328 INFO (zkCallback-4517-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2729328 INFO (zkCallback-4506-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2729328 INFO (zkCallback-4499-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2729328 INFO (zkCallback-4525-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2729333 INFO (zkCallback-4532-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2729333 INFO (zkCallback-4541-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2729358 INFO (zkConnectionManagerCallback-4549-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2729359 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 2729360 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34867/solr ready
[junit4] 2> 2729360 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 2729378 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2729387 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2729388 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@406fb424
[junit4] 2> 2729389 INFO
(TEST-HdfsBasicDistributedZk2Test.test-seed#[C053896FDCF92068]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_C053896FDCF92068-001/shard-2-001/cores
[junit4] 2> 2729421 INFO (qtp1435213711-18755) [n:127.0.0.1:35402_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:40998_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2729423 INFO
(OverseerCollectionConfigSetProcessor-73368945728421892-127.0.0.1:35402_-n_0000000000)
[n:127.0.0.1:35402_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2729425 INFO (Over
[...truncated too long message...]
ing settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/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-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/null975689639
[copy] Copying 238 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/null975689639
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/null975689639
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 130ms :: artifacts dl 14ms
---------------------------------------------------------------------
| | 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: 634 minutes 8 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]