Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.6/10/
5 tests failed.
FAILED:
org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([C0280E67692608D5:11CD11AB89B0F1B3]:0)
at java.util.Arrays.copyOf(Arrays.java:3181)
at java.util.ArrayList.grow(ArrayList.java:265)
at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
at java.util.ArrayList.add(ArrayList.java:462)
at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
at
org.apache.lucene.store.MockIndexOutputWrapper.copyBytes(MockIndexOutputWrapper.java:165)
at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4510)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4068)
at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2170)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5103)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1302)
at
org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1272)
at
org.apache.lucene.index.RandomIndexWriter.addDocuments(RandomIndexWriter.java:232)
at
org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1436)
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.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)
FAILED: org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest.test
Error Message:
There are still nodes recoverying - waited for 320 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 320
seconds
at
__randomizedtesting.SeedInfo.seed([BB13241A5BCB9E78:33471BC0F537F380]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:920)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1477)
at
org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest
Error Message:
7 threads leaked from SUITE scope at
org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest: 1)
Thread[id=147589, name=searcherExecutor-17643-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 2) Thread[id=147462,
name=searcherExecutor-17609-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 3) Thread[id=147624,
name=searcherExecutor-17657-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 4) Thread[id=147425,
name=searcherExecutor-17595-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 5) Thread[id=147383,
name=searcherExecutor-17581-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 6) Thread[id=147506,
name=searcherExecutor-17623-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 7) Thread[id=147659,
name=searcherExecutor-17671-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 7 threads leaked from SUITE
scope at org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest:
1) Thread[id=147589, name=searcherExecutor-17643-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2) Thread[id=147462, name=searcherExecutor-17609-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
3) Thread[id=147624, name=searcherExecutor-17657-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
4) Thread[id=147425, name=searcherExecutor-17595-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
5) Thread[id=147383, name=searcherExecutor-17581-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
6) Thread[id=147506, name=searcherExecutor-17623-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
7) Thread[id=147659, name=searcherExecutor-17671-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([BB13241A5BCB9E78]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=147589, name=searcherExecutor-17643-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 2) Thread[id=147462,
name=searcherExecutor-17609-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 3) Thread[id=147624,
name=searcherExecutor-17657-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 4) Thread[id=147425,
name=searcherExecutor-17595-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 5) Thread[id=147383,
name=searcherExecutor-17581-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 6) Thread[id=147506,
name=searcherExecutor-17623-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 7) Thread[id=147659,
name=searcherExecutor-17671-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=147589, name=searcherExecutor-17643-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2) Thread[id=147462, name=searcherExecutor-17609-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
3) Thread[id=147624, name=searcherExecutor-17657-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
4) Thread[id=147425, name=searcherExecutor-17595-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
5) Thread[id=147383, name=searcherExecutor-17581-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
6) Thread[id=147506, name=searcherExecutor-17623-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
7) Thread[id=147659, name=searcherExecutor-17671-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([BB13241A5BCB9E78]:0)
FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting
Error Message:
Error from server at
https://127.0.0.1:32855/solr/collection1_shard2_replica_n3: Expected mime type
application/octet-stream but got text/html. <html> <head> <meta
http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404
Can not find: /solr/collection1_shard2_replica_n3/update</title> </head>
<body><h2>HTTP ERROR 404</h2> <p>Problem accessing
/solr/collection1_shard2_replica_n3/update. Reason: <pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at https://127.0.0.1:32855/solr/collection1_shard2_replica_n3: Expected
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find:
/solr/collection1_shard2_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n3/update. Reason:
<pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([236ECB3E209E8C7A:E1D9F75623DE7C02]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting(CloudSolrClientTest.java:238)
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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:32855/solr/collection1_shard2_replica_n3:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find:
/solr/collection1_shard2_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n3/update. Reason:
<pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Build Log:
[...truncated 8941 lines...]
[junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestBlockJoin
-Dtests.method=testMultiChildQueriesOfDiffParentLevels
-Dtests.seed=C0280E67692608D5 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/test-data/enwiki.random.lines.txt
-Dtests.locale=lt -Dtests.timezone=Singapore -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 105s J0 |
TestBlockJoin.testMultiChildQueriesOfDiffParentLevels <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([C0280E67692608D5:11CD11AB89B0F1B3]:0)
[junit4] > at java.util.Arrays.copyOf(Arrays.java:3181)
[junit4] > at java.util.ArrayList.grow(ArrayList.java:265)
[junit4] > at
java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
[junit4] > at
java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
[junit4] > at java.util.ArrayList.add(ArrayList.java:462)
[junit4] > at
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
[junit4] > at
org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
[junit4] > at
org.apache.lucene.store.MockIndexOutputWrapper.copyBytes(MockIndexOutputWrapper.java:165)
[junit4] > at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
[junit4] > at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4510)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4068)
[junit4] > at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] > at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2170)
[junit4] > at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5103)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1302)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1272)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.addDocuments(RandomIndexWriter.java:232)
[junit4] > at
org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1436)
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/lucene/build/join/test/J0/temp/lucene.search.join.TestBlockJoin_C0280E67692608D5-001
[junit4] 2> NOTE: test params are: codec=SimpleText,
sim=RandomSimilarity(queryNorm=false): {parent0=DFR GB3(800.0), country=DFR
I(n)L3(800.0), parent=DFR GL3(800.0), qualification=DFR G1, skill=DFR I(F)2,
childText=DFI(ChiSquared), child2=DFR GBZ(0.3), parentText=DFR I(F)2,
child0=DFR I(ne)B3(800.0), child=IB SPL-D1, child1=DFR I(ne)B2}, locale=lt,
timezone=Singapore
[junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=97393056,total=477626368
[junit4] 2> NOTE: All tests run in this JVM: [TestBlockJoin]
[junit4] Completed [7/8 (1!)] on J0 in 141.73s, 18 tests, 1 error <<<
FAILURES!
[...truncated 4 lines...]
[junit4] JVM J0: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/lucene/build/join/test/temp/junit4-J0-20181123_173123_4863872611112048187421.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/heapdumps/java_pid22947.hprof
...
[junit4] Heap dump file created [424218425 bytes in 0.661 secs]
[junit4] <<< JVM J0: EOF ----
[...truncated 6240 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/init-core-data-001
[junit4] 2> 3199245 WARN
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=28 numCloses=28
[junit4] 2> 3199245 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 3199248 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 3199248 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 3199248 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/b_uar/ee
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 3199304 WARN
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 3199312 WARN
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 3199314 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 3199339 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_41279_hdfs____.kegf33/webapp
[junit4] 2> 3199759 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41279
[junit4] 2> 3199858 WARN
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 3199859 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 3199885 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_35044_datanode____.xa3si3/webapp
[junit4] 2> 3200285 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:35044
[junit4] 2> 3200373 WARN
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 3200374 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 3200418 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_37186_datanode____2nahyq/webapp
[junit4] 2> 3200494 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:40243) [ ]
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> 3200518 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xeb2e19c11982c: from storage
DS-0d162f6d-0988-4c4e-8b2b-927e9fc8d815 node
DatanodeRegistration(127.0.0.1:37541,
datanodeUuid=7bd08b3d-d2d4-432a-a6ea-d403f154ce38, infoPort=36422,
infoSecurePort=0, ipcPort=36183,
storageInfo=lv=-56;cid=testClusterID;nsid=962800910;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 3200518 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xeb2e19c11982c: from storage
DS-1df8e62e-51b5-4945-a07a-8241462722a3 node
DatanodeRegistration(127.0.0.1:37541,
datanodeUuid=7bd08b3d-d2d4-432a-a6ea-d403f154ce38, infoPort=36422,
infoSecurePort=0, ipcPort=36183,
storageInfo=lv=-56;cid=testClusterID;nsid=962800910;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 3200998 INFO
(SUITE-HdfsRestartWhileUpdatingTest-seed#[BB13241A5BCB9E78]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37186
[junit4] 2> 3201103 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to localhost/127.0.0.1:40243) [ ]
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> 3201115 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xeb2e1bfb0187d: from storage
DS-5bd9867e-e508-4477-9f16-95c74eea3eac node
DatanodeRegistration(127.0.0.1:43330,
datanodeUuid=e047062a-d2fd-4a2f-bc48-b8510d901d34, infoPort=40923,
infoSecurePort=0, ipcPort=46724,
storageInfo=lv=-56;cid=testClusterID;nsid=962800910;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 3201115 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xeb2e1bfb0187d: from storage
DS-deb1b2bf-558a-49d4-ad5a-2d9122f6738e node
DatanodeRegistration(127.0.0.1:43330,
datanodeUuid=e047062a-d2fd-4a2f-bc48-b8510d901d34, infoPort=40923,
infoSecurePort=0, ipcPort=46724,
storageInfo=lv=-56;cid=testClusterID;nsid=962800910;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 3201293 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3201294 INFO (Thread-6375) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3201294 INFO (Thread-6375) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 3201297 ERROR (Thread-6375) [ ] 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> 3201394 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.ZkTestServer start zk server on port:42888
[junit4] 2> 3201397 INFO (zkConnectionManagerCallback-73596-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3201403 INFO (zkConnectionManagerCallback-73598-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3201412 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 3201415 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 3201418 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 3201422 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 3201425 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 3201427 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 3201429 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 3201435 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 3201437 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 3201441 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 3201443 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 3201448 INFO (zkConnectionManagerCallback-73602-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3201450 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 3201730 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 3201731 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3201731 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3201731 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3201734 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@224f973{/b_uar/ee,null,AVAILABLE}
[junit4] 2> 3201734 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@285fd3d7{SSL,[ssl,
http/1.1]}{127.0.0.1:35614}
[junit4] 2> 3201734 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.Server Started @3201793ms
[junit4] 2> 3201734 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:40243/hdfs__localhost_40243__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.6_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001_tempDir-002_control_data,
replicaType=NRT, hostContext=/b_uar/ee, hostPort=35614,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/control-001/cores}
[junit4] 2> 3201735 ERROR
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3201735 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3201735 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 3201735 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3201735 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3201735 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-23T19:49:09.990Z
[junit4] 2> 3201738 INFO (zkConnectionManagerCallback-73604-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3201739 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3201739 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/control-001/solr.xml
[junit4] 2> 3201744 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3201745 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3201746 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6457c96e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3201841 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42888/solr
[junit4] 2> 3201842 INFO (zkConnectionManagerCallback-73608-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3201845 INFO (zkConnectionManagerCallback-73610-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3201989 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78])
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.OverseerElectionContext I am going
to be the leader 127.0.0.1:35614_b_uar%2Fee
[junit4] 2> 3201991 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78])
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.Overseer Overseer
(id=72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000) starting
[junit4] 2> 3202001 INFO (zkConnectionManagerCallback-73617-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3202004 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78])
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:42888/solr ready
[junit4] 2> 3202005 INFO
(OverseerStateUpdate-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.Overseer Starting to work on the
main queue : 127.0.0.1:35614_b_uar%2Fee
[junit4] 2> 3202007 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78])
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:35614_b_uar%2Fee
[junit4] 2> 3202011 DEBUG
(OverseerAutoScalingTriggerThread-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 3202012 INFO (zkCallback-73609-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3202014 INFO (zkCallback-73616-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3202020 DEBUG
(OverseerAutoScalingTriggerThread-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 3202021 DEBUG
(OverseerAutoScalingTriggerThread-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 3202022 DEBUG
(OverseerAutoScalingTriggerThread-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 3202042 DEBUG
(OverseerAutoScalingTriggerThread-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:35614_b_uar%2Fee]
[junit4] 2> 3202042 DEBUG
(OverseerAutoScalingTriggerThread-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 3202043 DEBUG
(OverseerAutoScalingTriggerThread-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 3202045 DEBUG (ScheduledTrigger-17574-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 3202050 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78])
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3202086 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78])
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6457c96e
[junit4] 2> 3202108 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78])
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6457c96e
[junit4] 2> 3202108 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78])
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6457c96e
[junit4] 2> 3202110 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78])
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/control-001/cores
[junit4] 2> 3202153 INFO (zkConnectionManagerCallback-73623-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3202155 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3202157 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42888/solr ready
[junit4] 2> 3202183 INFO (qtp1255131441-147342)
[n:127.0.0.1:35614_b_uar%2Fee ] 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:35614_b_uar%252Fee&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3202190 INFO
(OverseerThreadFactory-17576-thread-1-processing-n:127.0.0.1:35614_b_uar%2Fee)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 3202195 DEBUG
(OverseerStateUpdate-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.Overseer processMessage: queueSize:
1, message = {
[junit4] 2> "name":"control_collection",
[junit4] 2> "fromApi":"true",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"1",
[junit4] 2> "createNodeSet":"127.0.0.1:35614_b_uar%2Fee",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 3202311 INFO (qtp1255131441-147345)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=1
[junit4] 2> 3202320 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3202321 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee x:control_collection_shard1_replica_n1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3202327 DEBUG
(OverseerStateUpdate-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.Overseer processMessage: queueSize:
1, message = {
[junit4] 2> "core":"control_collection_shard1_replica_n1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:35614/b_uar/ee",
[junit4] 2> "node_name":"127.0.0.1:35614_b_uar%2Fee",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 3203048 DEBUG (ScheduledTrigger-17574-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 3203369 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 3205126 DEBUG (ScheduledTrigger-17574-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 3205162 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205317 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
test/1.6 with uniqueid field id
[junit4] 2> 3205345 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205346 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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@6457c96e
[junit4] 2> 3205346 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 3205352 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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=27, maxMergeAtOnceExplicit=35,
maxMergedSegmentMB=0.73046875, floorSegmentMB=2.1455078125,
forceMergeDeletesPctAllowed=22.56677234852515, segmentsPerTier=28.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.496691431724522,
deletesPctAllowed=31.987759993253803
[junit4] 2> 3205368 WARN (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205466 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3205466 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205469 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
if uncommitted for 30000ms;
[junit4] 2> 3205469 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
if uncommitted for 3000ms;
[junit4] 2> 3205473 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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=47,
maxMergedSegmentMB=97.7890625, floorSegmentMB=1.80859375,
forceMergeDeletesPctAllowed=28.67295441578143, segmentsPerTier=25.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.513670172030481,
deletesPctAllowed=45.212203318891326
[junit4] 2> 3205474 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@68ec5ab2[control_collection_shard1_replica_n1] main]
[junit4] 2> 3205477 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 3205477 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205479 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000ms.
[junit4] 2> 3205480 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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 1617955445785231360
[junit4] 2> 3205483 INFO
(searcherExecutor-17581-thread-1-processing-n:127.0.0.1:35614_b_uar%2Fee
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:35614_b_uar%2Fee 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@68ec5ab2[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3205489 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205495 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 3205495 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205495 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:35614/b_uar/ee/control_collection_shard1_replica_n1/
[junit4] 2> 3205495 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205496 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy
https://127.0.0.1:35614/b_uar/ee/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 3205496 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205504 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am
the new leader:
https://127.0.0.1:35614/b_uar/ee/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 3205505 DEBUG
(OverseerStateUpdate-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.Overseer processMessage: queueSize:
1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"https://127.0.0.1:35614/b_uar/ee",
[junit4] 2> "core":"control_collection_shard1_replica_n1",
[junit4] 2> "state":"active"} current state version: 0
[junit4] 2> 3205557 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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> 3205560 DEBUG
(OverseerStateUpdate-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.Overseer processMessage: queueSize:
1, message = {
[junit4] 2> "core":"control_collection_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:35614/b_uar/ee",
[junit4] 2> "node_name":"127.0.0.1:35614_b_uar%2Fee",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 3205562 INFO (qtp1255131441-147344)
[n:127.0.0.1:35614_b_uar%2Fee 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=3241
[junit4] 2> 3205567 INFO (qtp1255131441-147342)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 30 seconds. Check all shard replicas
[junit4] 2> 3205662 INFO (zkCallback-73609-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> 3206126 DEBUG (ScheduledTrigger-17574-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 3206567 INFO (qtp1255131441-147342)
[n:127.0.0.1:35614_b_uar%2Fee ] 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:35614_b_uar%252Fee&wt=javabin&version=2}
status=0 QTime=4384
[junit4] 2> 3206582 INFO (zkConnectionManagerCallback-73628-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3206584 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3206585 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42888/solr ready
[junit4] 2> 3206585 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 3206589 INFO (qtp1255131441-147343)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3206594 INFO
(OverseerThreadFactory-17576-thread-2-processing-n:127.0.0.1:35614_b_uar%2Fee)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 3206594 INFO
(OverseerCollectionConfigSetProcessor-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[n:127.0.0.1:35614_b_uar%2Fee ] 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> 3206600 DEBUG
(OverseerStateUpdate-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.Overseer processMessage: queueSize:
1, message = {
[junit4] 2> "name":"collection1",
[junit4] 2> "fromApi":"true",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"1",
[junit4] 2> "createNodeSet":"",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 3206802 WARN
(OverseerThreadFactory-17576-thread-2-processing-n:127.0.0.1:35614_b_uar%2Fee)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.a.c.CreateCollectionCmd It is
unusual to create a collection (collection1) without cores.
[junit4] 2> 3206805 INFO (qtp1255131441-147343)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 30 seconds. Check all shard replicas
[junit4] 2> 3206807 INFO (qtp1255131441-147343)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=217
[junit4] 2> 3207011 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/shard-1-001
of type NRT
[junit4] 2> 3207015 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 3207017 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3207017 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3207017 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3207018 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@cd7436a{/b_uar/ee,null,AVAILABLE}
[junit4] 2> 3207019 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6a99a7db{SSL,[ssl,
http/1.1]}{127.0.0.1:36423}
[junit4] 2> 3207019 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.e.j.s.Server Started @3207078ms
[junit4] 2> 3207019 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:40243/hdfs__localhost_40243__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.6_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001_tempDir-002_jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/b_uar/ee,
hostPort=36423,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/shard-1-001/cores}
[junit4] 2> 3207020 ERROR
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3207020 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3207020 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 3207020 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3207020 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3207020 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-23T19:49:15.275Z
[junit4] 2> 3207022 INFO (zkConnectionManagerCallback-73630-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3207024 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3207024 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB13241A5BCB9E78-001/shard-1-001/solr.xml
[junit4] 2> 3207032 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3207032 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3207035 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6457c96e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3207127 DEBUG (ScheduledTrigger-17574-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 3207263 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42888/solr
[junit4] 2> 3207265 INFO (zkConnectionManagerCallback-73634-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3207268 INFO (zkConnectionManagerCallback-73636-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3207278 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3207285 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3207285 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36423_b_uar%2Fee
[junit4] 2> 3207286 DEBUG
(OverseerStateUpdate-72328738261237765-127.0.0.1:35614_b_uar%2Fee-n_0000000000)
[n:127.0.0.1:35614_b_uar%2Fee ] o.a.s.c.Overseer processMessage: queueSize:
1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:36423_b_uar%2Fee"} current state
version: 0
[junit4] 2> 3207291 INFO (zkCallback-73616-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3207291 INFO (zkCallback-73627-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3207291 INFO (zkCallback-73609-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3207291 INFO (zkCallback-73635-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3207321 INFO (zkConnectionManagerCallback-73643-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3207322 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 3207324 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42888/solr ready
[junit4] 2> 3207325 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 3207359 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6457c96e
[junit4] 2> 3207378 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6457c96e
[junit4] 2> 3207378 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6457c96e
[junit4] 2> 3207381 INFO
(TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB13241A5BCB9E78]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-co
[...truncated too long message...]
] 1> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 1> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
[junit4] 1> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 1> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 1> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
[junit4] 1> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 1> at
org.eclipse.jetty.server.Server.handle(Server.java:531)
[junit4] 1> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
[junit4] 1> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[junit4] 1> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
[junit4] 1> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
[junit4] 1> at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
[junit4] 1> at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
[junit4] 1> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
[junit4] 1> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
[junit4] 1> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
[junit4] 1> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
[junit4] 1> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
[junit4] 1> at java.lang.Thread.run(Thread.java:748)
[junit4] 1>
[junit4] 1> 20:05:54.848 [qtp773013363-1273] ERROR
org.apache.solr.handler.RequestHandlerBase -
org.apache.solr.common.SolrException: Collection: boguscollectionname not found
[junit4] 1> at
org.apache.solr.handler.admin.ClusterStatus.getClusterStatus(ClusterStatus.java:115)
[junit4] 1> at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$22(CollectionsHandler.java:865)
[junit4] 1> at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:1177)
[junit4] 1> at
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:258)
[junit4] 1> at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:246)
[junit4] 1> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
[junit4] 1> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734)
[junit4] 1> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715)
[junit4] 1> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
[junit4] 1> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
[junit4] 1> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
[junit4] 1> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
[junit4] 1> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 1> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
[junit4] 1> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 1> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 1> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 1> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
[junit4] 1> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 1> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 1> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
[junit4] 1> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 1> at
org.eclipse.jetty.server.Server.handle(Server.java:531)
[junit4] 1> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
[junit4] 1> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[junit4] 1> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
[junit4] 1> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
[junit4] 1> at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
[junit4] 1> at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
[junit4] 1> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
[junit4] 1> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
[junit4] 1> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
[junit4] 1> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
[junit4] 1> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
[junit4] 1> at java.lang.Thread.run(Thread.java:748)
[junit4] 1>
[junit4] 1> 20:05:58.165
[SUITE-CloudSolrClientTest-seed#[236ECB3E209E8C7A]-worker] ERROR
org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not
registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN
server state changes
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_236ECB3E209E8C7A-001
[junit4] 2> Nov 23, 2018 8:05:58 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {}, locale=it-CH, timezone=Asia/Khandyga
[junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=275350776,total=484442112
[junit4] 2> NOTE: All tests run in this JVM: [GetByIdTest,
CumulativeProbabilityEvaluatorTest, SolrPingTest, CorrelationEvaluatorTest,
CloudSolrClientBadInputTest, TestDocumentObjectBinder,
LBHttpSolrClientBadInputTest, TestFastWriter, SolrExampleJettyTest,
JsonValidatorTest, HttpSolrClientBuilderTest, EqualToEvaluatorTest,
ConcurrentUpdateSolrClientTest, TermsResponseTest,
HyperbolicCosineEvaluatorTest, SolrDocumentTest,
ConcurrentUpdateSolrClientBadInputTest, AppendEvaluatorTest,
AnlysisResponseBaseTest, TestCloudCollectionsListeners, GraphExpressionTest,
StreamExpressionToExpessionTest, FieldAnalysisResponseTest,
ConcatOperationTest, TestUpdateRequestCodec, TestEmbeddedSolrServer,
TestJsonRecordReader, UsingSolrJRefGuideExamplesTest, ZkConfigFilesTest,
CollectionAdminRequestRequiredParamsTest, SolrExceptionTest, SolrQueryTest,
SolrSchemalessExampleTest, TestBatchUpdate, TestLBHttpSolrClient,
JettyWebappTest, LargeVolumeBinaryJettyTest, LargeVolumeEmbeddedTest,
LargeVolumeJettyTest, MergeIndexesEmbeddedTest, SolrExampleEmbeddedTest,
CloudSolrClientTest]
[junit4] Completed [106/162 (1!)] on J0 in 70.16s, 16 tests, 1 error <<<
FAILURES!
[...truncated 8076 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/build.xml:651:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/build.xml:585:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid22947.hprof
Total time: 284 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]