Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.6/4/
4 tests failed.
FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestIndexSorting
Error Message:
Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([79DC68A757851F38]:0)
FAILED: org.apache.solr.cloud.TestRandomRequestDistribution.test
Error Message:
Shard a1x2_shard1_replica1 received all 10 requests
Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica1 received all 10 requests
at
__randomizedtesting.SeedInfo.seed([FB98FBAB5B60D44:87EDB0601B4A60BC]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:121)
at
org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:745)
FAILED:
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig
Error Message:
The max direct memory is likely too low. Either increase it (by adding
-XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup
args) or disable direct allocation using
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you
are putting the block cache on the heap, your java heap size might not be large
enough. Failed allocating ~134.217728 MB.
Stack Trace:
java.lang.RuntimeException: The max direct memory is likely too low. Either
increase it (by adding -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to
your containers startup args) or disable direct allocation using
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you
are putting the block cache on the heap, your java heap size might not be large
enough. Failed allocating ~134.217728 MB.
at
__randomizedtesting.SeedInfo.seed([FB98FBAB5B60D44:F8164691483FE76F]:0)
at
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)
at
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:286)
at
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:226)
at
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig(HdfsDirectoryFactoryTest.java:108)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:745)
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
at java.nio.Bits.reserveMemory(Bits.java:693)
at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
at
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:75)
at
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:308)
... 42 more
FAILED: org.apache.lucene.index.TestIndexSorting.testRandom3
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([79DC68A757851F38]:0)
Build Log:
[...truncated 1861 lines...]
[junit4] Suite: org.apache.lucene.index.TestIndexSorting
[junit4] 2> maj 15, 2017 11:58:15 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
[junit4] 2> WARNING: Suite execution timed out:
org.apache.lucene.index.TestIndexSorting
[junit4] 2> 1) Thread[id=1, name=main, state=WAITING, group=main]
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at java.lang.Thread.join(Thread.java:1249)
[junit4] 2> at java.lang.Thread.join(Thread.java:1323)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
[junit4] 2> 2) Thread[id=5625,
name=TEST-TestIndexSorting.testRandom3-seed#[79DC68A757851F38], state=RUNNABLE,
group=TGRP-TestIndexSorting]
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.hash(NodeHash.java:103)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:128)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
[junit4] 2> at
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:367)
[junit4] 2> at
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:404)
[junit4] 2> at
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:653)
[junit4] 2> at
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:204)
[junit4] 2> at
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:153)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
[junit4] 2> at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
[junit4] 2> at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
[junit4] 2> at
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2229)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 3) Thread[id=9, name=JUnit4-serializer-daemon,
state=TIMED_WAITING, group=main]
[junit4] 2> at java.lang.Thread.sleep(Native Method)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
[junit4] 2> 4) Thread[id=5624,
name=SUITE-TestIndexSorting-seed#[79DC68A757851F38], state=RUNNABLE,
group=TGRP-TestIndexSorting]
[junit4] 2> at java.lang.Thread.getStackTrace(Thread.java:1556)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
[junit4] 2> at java.security.AccessController.doPrivileged(Native
Method)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)
[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=TestIndexSorting
-Dtests.method=testRandom3 -Dtests.seed=79DC68A757851F38 -Dtests.multiplier=2
-Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/test-data/enwiki.random.lines.txt
-Dtests.locale=pl-PL -Dtests.timezone=America/St_Kitts -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 7180s J1 | TestIndexSorting.testRandom3 <<<
[junit4] > Throwable #1: java.lang.Exception: Test abandoned because
suite timeout was reached.
[junit4] > at
__randomizedtesting.SeedInfo.seed([79DC68A757851F38]:0)
[junit4] 2> maj 15, 2017 11:58:15 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> maj 15, 2017 11:58:35 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.lucene.index.TestIndexSorting:
[junit4] 2> 1) Thread[id=5625,
name=TEST-TestIndexSorting.testRandom3-seed#[79DC68A757851F38], state=RUNNABLE,
group=TGRP-TestIndexSorting]
[junit4] 2> at
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
[junit4] 2> at
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
[junit4] 2> at
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:367)
[junit4] 2> at
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:404)
[junit4] 2> at
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:653)
[junit4] 2> at
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:204)
[junit4] 2> at
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:153)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
[junit4] 2> at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
[junit4] 2> at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
[junit4] 2> at
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2229)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> maj 15, 2017 11:58:35 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=5625,
name=TEST-TestIndexSorting.testRandom3-seed#[79DC68A757851F38], state=RUNNABLE,
group=TGRP-TestIndexSorting]
[junit4] 2> maj 15, 2017 11:58:38 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=5625,
name=TEST-TestIndexSorting.testRandom3-seed#[79DC68A757851F38], state=RUNNABLE,
group=TGRP-TestIndexSorting]
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:166)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
[junit4] 2> at
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:367)
[junit4] 2> at
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:404)
[junit4] 2> at
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:653)
[junit4] 2> at
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:204)
[junit4] 2> at
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:153)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
[junit4] 2> at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
[junit4] 2> at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
[junit4] 2> at
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2229)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{sparse_text=PostingsFormat(name=LuceneVarGapFixedInterval),
docs=PostingsFormat(name=LuceneVarGapDocFreqInterval),
norms=PostingsFormat(name=LuceneVarGapDocFreqInterval),
positions=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
term_vectors=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{multi_valued_long=DocValuesFormat(name=Lucene54),
foo=DocValuesFormat(name=Lucene54), numeric=DocValuesFormat(name=Asserting),
multi_valued_numeric=DocValuesFormat(name=Memory),
float=DocValuesFormat(name=Lucene54), long=DocValuesFormat(name=Lucene54),
points=DocValuesFormat(name=Memory), sparse_int=DocValuesFormat(name=Lucene54),
bar=DocValuesFormat(name=Memory),
multi_valued_double=DocValuesFormat(name=Memory),
docs=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory),
multi_valued_int=DocValuesFormat(name=Asserting),
multi_valued_bytes=DocValuesFormat(name=Asserting),
sparse_text=DocValuesFormat(name=Lucene54),
double=DocValuesFormat(name=Asserting),
sparse_binary=DocValuesFormat(name=Lucene54),
positions=DocValuesFormat(name=Lucene54), int=DocValuesFormat(name=Memory),
sorted=DocValuesFormat(name=Asserting),
multi_valued_string=DocValuesFormat(name=Memory),
norms=DocValuesFormat(name=Memory), sparse=DocValuesFormat(name=Lucene54),
bytes=DocValuesFormat(name=Memory), dense_int=DocValuesFormat(name=Memory),
binary=DocValuesFormat(name=Asserting),
multi_valued_float=DocValuesFormat(name=Lucene54),
term_vectors=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=44,
maxMBSortInHeap=5.431280227270873,
sim=RandomSimilarity(queryNorm=false,coord=no): {positions=DFR GZ(0.3), id=IB
LL-L3(800.0), term_vectors=DFR I(n)3(800.0)}, locale=pl-PL,
timezone=America/St_Kitts
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=2,free=124512592,total=480772096
[junit4] 2> NOTE: All tests run in this JVM: [TestOmitPositions,
TestMergeSchedulerExternal, TestPerFieldDocValuesFormat,
TestDocValuesRewriteMethod, TestIndexReaderClose,
TestEarlyTerminatingSortingCollector, TestNIOFSDirectory, TestRadixSelector,
TestNoMergePolicy, TestNGramPhraseQuery, TestSloppyMath,
TestTimSorterWorstCase, TestBytesRefAttImpl, TestIndexWriterMergePolicy,
TestPerFieldPostingsFormat, TestGeoEncodingUtils, TestFilterIterator,
TestFixedLengthBytesRefArray, TestFSTs, TestFilterLeafReader,
TestExternalCodecs, TestManyFields, TestReaderWrapperDVTypeCheck,
TestNumericUtils, TestSpanExplanations, TestUnicodeUtil, TestForTooMuchCloning,
TestLucene50StoredFieldsFormat, TestLockFactory,
TestAllFilesHaveChecksumFooter, Test2BTerms, TestQueryRescorer,
TestConcurrentMergeScheduler, Test2BSortedDocValuesOrds, TestDirectoryReader,
TestMultiTermConstantScore, TestUsageTrackingFilterCachingPolicy,
TestBinaryTerms, TestPagedBytes, TestOrdinalMap, TestPackedInts,
TestLucene60PointsFormat, TestSizeBoundedForceMerge,
TestSimpleSearchEquivalence, TestMultiThreadTermVectors, TestPostingsOffsets,
TestBlockPostingsFormat3, TestFixedBitSet, TestReaderClosed,
TestSpanBoostQuery, TestBytesRef, TestSortRescorer, TestIntArrayDocIdSet,
TestSearchAfter, TestMultiDocValues, TestIndexWriterOnDiskFull, TestTermScorer,
TestDirectMonotonic, TestTermsEnum, TestOmitTf, TestSumDocFreq,
TestLSBRadixSorter, TestDateSort, TestOmitNorms, TestTermVectorsReader,
TestConjunctionDISI, TestFilterWeight, TestFieldReuse,
TestMultiTermQueryRewrites, TestDuelingCodecsAtNight, TestArrayUtil,
TestAutomaton, TestTransactionRollback, TestDocIDMerger, TestMathUtil,
TestNorms, TestBooleanOr, TestFlushByRamOrCountsPolicy, TestSloppyPhraseQuery,
TestIndexWriterDelete, TestNRTThreads, TestForceMergeForever,
TestNearSpansOrdered, TestSameScoresWithThreads, TestMultiFields,
TestFuzzyQuery, TestPayloads, TestDoc, TestWildcard,
TestSimpleExplanationsOfNonMatches, TestRegexpQuery, TestPerSegmentDeletes,
TestMultiValuedNumericRangeQuery, TestIntBlockPool, TestTopDocsCollector,
TestUniqueTermCount, TestBooleanQuery, TestComplexExplanationsOfNonMatches,
TestSortRandom, TestPrefixCodedTerms, TestAllFilesHaveCodecHeader,
TestAutomatonQuery, TestParallelReaderEmptyIndex, TestDocument,
TestTopFieldCollector, TestFileSwitchDirectory, TestSentinelIntSet,
TestPrefixRandom, TestRegexpRandom, TestMultiLevelSkipList, TestCheckIndex,
TestBooleanQueryVisitSubscorers, TestSearchForDuplicates, TestIndexFileDeleter,
TestConstantScoreQuery, TestMatchAllDocsQuery, TestPrefixQuery,
TestParallelTermEnum, TestSubScorerFreqs, TestIndexWriterConfig, TestField,
TestVirtualMethod, TestSimilarityProvider, TestNumericTokenStream, TestSetOnce,
TestSearch, TestCharsRef, TestPriorityQueue, TestBinaryDocument,
TestRecyclingByteBlockAllocator, TestRamUsageEstimator, TestIsCurrent,
TestIndexWriterLockRelease, TestByteBlockPool, TestCharFilter,
TestTwoPhaseCommitTool, TestCloseableThreadLocal, Test4GBStoredFields,
TestDocInverterPerFieldErrorInfo, TestDocValues, TestFilterCodecReader,
TestFilterDirectoryReader, TestIndexSorting]
[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=TestIndexSorting
-Dtests.seed=79DC68A757851F38 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/test-data/enwiki.random.lines.txt
-Dtests.locale=pl-PL -Dtests.timezone=America/St_Kitts -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J1 | TestIndexSorting (suite) <<<
[junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>=
7200000 msec).
[junit4] > at
__randomizedtesting.SeedInfo.seed([79DC68A757851F38]:0)
[junit4] Completed [456/456 (1!)] on J1 in 7223.29s, 43 tests, 2 errors <<<
FAILURES!
[...truncated 10568 lines...]
[junit4] Suite: org.apache.solr.cloud.TestRandomRequestDistribution
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/init-core-data-001
[junit4] 2> 1218753 WARN
(SUITE-TestRandomRequestDistribution-seed#[FB98FBAB5B60D44]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 1218754 INFO
(SUITE-TestRandomRequestDistribution-seed#[FB98FBAB5B60D44]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1218756 INFO
(SUITE-TestRandomRequestDistribution-seed#[FB98FBAB5B60D44]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 1218756 INFO
(SUITE-TestRandomRequestDistribution-seed#[FB98FBAB5B60D44]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1218758 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1218758 INFO (Thread-7153) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1218758 INFO (Thread-7153) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1218760 ERROR (Thread-7153) [ ] 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> 1218858 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.ZkTestServer start zk server on port:36986
[junit4] 2> 1218865 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15c0d5b89730000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1218875 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1218878 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1218880 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1218881 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1218883 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1218885 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1218886 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1218888 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1218889 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1218891 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1218894 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1219015 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/control-001/cores/collection1
[junit4] 2> 1219017 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1219018 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6c01a3c4{/,null,AVAILABLE}
[junit4] 2> 1219025 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@f0d9934{HTTP/1.1,[http/1.1]}{127.0.0.1:35133}
[junit4] 2> 1219025 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.Server Started @1222134ms
[junit4] 2> 1219025 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/tempDir-001/control/data,
hostContext=/, hostPort=35133,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/control-001/cores}
[junit4] 2> 1219025 ERROR
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1219025 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 1219026 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1219026 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1219026 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-15T18:25:22.046Z
[junit4] 2> 1219040 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1219040 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/control-001/solr.xml
[junit4] 2> 1219048 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1219049 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36986/solr
[junit4] 2> 1219071 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:35133_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1219072 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:35133_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:35133_
[junit4] 2> 1219073 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:35133_ ] o.a.s.c.Overseer Overseer
(id=97967978694508548-127.0.0.1:35133_-n_0000000000) starting
[junit4] 2> 1219081 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:35133_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35133_
[junit4] 2> 1219089 INFO
(OverseerStateUpdate-97967978694508548-127.0.0.1:35133_-n_0000000000)
[n:127.0.0.1:35133_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1219167 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:35133_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/control-001/cores
[junit4] 2> 1219167 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:35133_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1219168 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1219171 INFO
(OverseerStateUpdate-97967978694508548-127.0.0.1:35133_-n_0000000000)
[n:127.0.0.1:35133_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 1219198 WARN
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1219199 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1219213 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1219319 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1219332 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection, trusted=true
[junit4] 2> 1219332 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1219332 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/control-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/control-001/cores/collection1/data/]
[junit4] 2> 1219332 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@223f9538
[junit4] 2> 1219333 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=802735337,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1219340 WARN
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1]
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> 1219384 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1219384 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1219385 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1219385 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1219385 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@4df44c13
[junit4] 2> 1219386 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7db391e7[collection1] main]
[junit4] 2> 1219387 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1219387 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1219387 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1219389 INFO
(searcherExecutor-3429-thread-1-processing-n:127.0.0.1:35133_ x:collection1
c:control_collection) [n:127.0.0.1:35133_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7db391e7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1219389 INFO
(coreLoadExecutor-3428-thread-1-processing-n:127.0.0.1:35133_)
[n:127.0.0.1:35133_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1567487659772739584
[junit4] 2> 1219396 INFO
(coreZkRegister-3421-thread-1-processing-n:127.0.0.1:35133_ x:collection1
c:control_collection) [n:127.0.0.1:35133_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 1219396 INFO
(coreZkRegister-3421-thread-1-processing-n:127.0.0.1:35133_ x:collection1
c:control_collection) [n:127.0.0.1:35133_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 1219396 INFO
(coreZkRegister-3421-thread-1-processing-n:127.0.0.1:35133_ x:collection1
c:control_collection) [n:127.0.0.1:35133_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:35133/collection1/
[junit4] 2> 1219396 INFO
(coreZkRegister-3421-thread-1-processing-n:127.0.0.1:35133_ x:collection1
c:control_collection) [n:127.0.0.1:35133_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 1219396 INFO
(coreZkRegister-3421-thread-1-processing-n:127.0.0.1:35133_ x:collection1
c:control_collection) [n:127.0.0.1:35133_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:35133/collection1/ has no replicas
[junit4] 2> 1219396 INFO
(coreZkRegister-3421-thread-1-processing-n:127.0.0.1:35133_ x:collection1
c:control_collection) [n:127.0.0.1:35133_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 1219401 INFO
(coreZkRegister-3421-thread-1-processing-n:127.0.0.1:35133_ x:collection1
c:control_collection) [n:127.0.0.1:35133_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:35133/collection1/ shard1
[junit4] 2> 1219552 INFO
(coreZkRegister-3421-thread-1-processing-n:127.0.0.1:35133_ x:collection1
c:control_collection) [n:127.0.0.1:35133_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 1219682 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1219684 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36986/solr ready
[junit4] 2> 1219684 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1219684 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 1219695 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15c0d5b89730006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1219803 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-1-001/cores/collection1
[junit4] 2> 1219804 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-1-001
[junit4] 2> 1219804 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1219808 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2bf023b2{/,null,AVAILABLE}
[junit4] 2> 1219808 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@17c09a94{HTTP/1.1,[http/1.1]}{127.0.0.1:36110}
[junit4] 2> 1219808 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.Server Started @1222917ms
[junit4] 2> 1219808 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=36110,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-1-001/cores}
[junit4] 2> 1219808 ERROR
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1219809 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 1219809 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1219810 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1219810 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-15T18:25:22.830Z
[junit4] 2> 1219814 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1219814 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-1-001/solr.xml
[junit4] 2> 1219821 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1219822 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36986/solr
[junit4] 2> 1219832 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:36110_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1219834 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:36110_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1219837 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:36110_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36110_
[junit4] 2> 1219838 INFO
(zkCallback-1257-thread-1-processing-n:127.0.0.1:35133_) [n:127.0.0.1:35133_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1219839 INFO (zkCallback-1261-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1219840 INFO
(zkCallback-1267-thread-1-processing-n:127.0.0.1:36110_) [n:127.0.0.1:36110_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1220074 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:36110_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-1-001/cores
[junit4] 2> 1220074 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:36110_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1220076 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1220077 INFO
(OverseerStateUpdate-97967978694508548-127.0.0.1:35133_-n_0000000000)
[n:127.0.0.1:35133_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 1220179 INFO
(zkCallback-1267-thread-1-processing-n:127.0.0.1:36110_) [n:127.0.0.1:36110_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1221092 WARN
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1221092 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.6.0
[junit4] 2> 1221107 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1221217 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 1221231 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 1221231 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1221231 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-1-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 1221232 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@223f9538
[junit4] 2> 1221233 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=802735337,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1221240 WARN
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] 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> 1221288 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1221288 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1221289 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1221289 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1221290 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@e2f7bf7
[junit4] 2> 1221290 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@3177f366[collection1] main]
[junit4] 2> 1221292 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1221292 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1221292 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1221293 INFO
(searcherExecutor-3440-thread-1-processing-n:127.0.0.1:36110_ x:collection1
c:collection1) [n:127.0.0.1:36110_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3177f366[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1221294 INFO
(coreLoadExecutor-3439-thread-1-processing-n:127.0.0.1:36110_)
[n:127.0.0.1:36110_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1567487661770276864
[junit4] 2> 1221301 INFO
(coreZkRegister-3434-thread-1-processing-n:127.0.0.1:36110_ x:collection1
c:collection1) [n:127.0.0.1:36110_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 1221301 INFO
(coreZkRegister-3434-thread-1-processing-n:127.0.0.1:36110_ x:collection1
c:collection1) [n:127.0.0.1:36110_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 1221301 INFO
(coreZkRegister-3434-thread-1-processing-n:127.0.0.1:36110_ x:collection1
c:collection1) [n:127.0.0.1:36110_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:36110/collection1/
[junit4] 2> 1221301 INFO
(coreZkRegister-3434-thread-1-processing-n:127.0.0.1:36110_ x:collection1
c:collection1) [n:127.0.0.1:36110_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1221301 INFO
(coreZkRegister-3434-thread-1-processing-n:127.0.0.1:36110_ x:collection1
c:collection1) [n:127.0.0.1:36110_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:36110/collection1/ has no
replicas
[junit4] 2> 1221301 INFO
(coreZkRegister-3434-thread-1-processing-n:127.0.0.1:36110_ x:collection1
c:collection1) [n:127.0.0.1:36110_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 1221305 INFO
(coreZkRegister-3434-thread-1-processing-n:127.0.0.1:36110_ x:collection1
c:collection1) [n:127.0.0.1:36110_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:36110/collection1/ shard2
[junit4] 2> 1221408 INFO
(zkCallback-1267-thread-1-processing-n:127.0.0.1:36110_) [n:127.0.0.1:36110_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1221456 INFO
(coreZkRegister-3434-thread-1-processing-n:127.0.0.1:36110_ x:collection1
c:collection1) [n:127.0.0.1:36110_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1221560 INFO
(zkCallback-1267-thread-1-processing-n:127.0.0.1:36110_) [n:127.0.0.1:36110_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1221697 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-2-001/cores/collection1
[junit4] 2> 1221698 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-2-001
[junit4] 2> 1221698 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1221700 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5bf8cdd2{/,null,AVAILABLE}
[junit4] 2> 1221700 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@501c399{HTTP/1.1,[http/1.1]}{127.0.0.1:43738}
[junit4] 2> 1221701 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.e.j.s.Server Started @1224809ms
[junit4] 2> 1221701 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=43738,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-2-001/cores}
[junit4] 2> 1221702 ERROR
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1221702 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 1221702 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1221702 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1221702 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-15T18:25:24.722Z
[junit4] 2> 1221705 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1221705 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-2-001/solr.xml
[junit4] 2> 1221712 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1221713 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36986/solr
[junit4] 2> 1221724 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:43738_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1221728 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:43738_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1221731 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:43738_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43738_
[junit4] 2> 1221732 INFO (zkCallback-1261-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1221732 INFO
(zkCallback-1267-thread-1-processing-n:127.0.0.1:36110_) [n:127.0.0.1:36110_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1221734 INFO
(zkCallback-1273-thread-1-processing-n:127.0.0.1:43738_) [n:127.0.0.1:43738_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1221734 INFO
(zkCallback-1257-thread-1-processing-n:127.0.0.1:35133_) [n:127.0.0.1:35133_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1221812 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:43738_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-2-001/cores
[junit4] 2> 1221812 INFO
(TEST-TestRandomRequestDistribution.test-seed#[FB98FBAB5B60D44])
[n:127.0.0.1:43738_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1221815 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1221816 INFO
(OverseerStateUpdate-97967978694508548-127.0.0.1:35133_-n_0000000000)
[n:127.0.0.1:35133_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 1221919 INFO
(zkCallback-1267-thread-1-processing-n:127.0.0.1:36110_) [n:127.0.0.1:36110_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1221919 INFO
(zkCallback-1273-thread-1-processing-n:127.0.0.1:43738_) [n:127.0.0.1:43738_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1222831 WARN
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1222832 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.6.0
[junit4] 2> 1222846 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1222952 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 1222965 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 1222965 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1222965 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-2-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_FB98FBAB5B60D44-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 1222966 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@223f9538
[junit4] 2> 1222967 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=802735337,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1222975 WARN
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] 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> 1223022 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1223022 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1223022 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1223022 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1223024 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@364fcc7b
[junit4] 2> 1223024 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@19925ff5[collection1] main]
[junit4] 2> 1223026 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1223026 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1223026 INFO
(coreLoadExecutor-3450-thread-1-processing-n:127.0.0.1:43738_)
[n:127.0.0.1:43738_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1223027 INFO (coreLo
[...truncated too long message...]
urceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
[junit4] 2> at
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
[junit4] 2> at
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
[junit4] 2> at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
[junit4] 2> at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
[junit4] 2> at
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:203)
[junit4] 2> at
org.apache.solr.core.HdfsDirectoryFactoryTest.teardownClass(HdfsDirectoryFactoryTest.java:61)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: java.lang.NullPointerException
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
[junit4] 2> ... 53 more
[junit4] 2> 3671599 INFO
(SUITE-HdfsDirectoryFactoryTest-seed#[FB98FBAB5B60D44]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.HdfsDirectoryFactoryTest_FB98FBAB5B60D44-001
[junit4] 2> May 15, 2017 7:06:14 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 34 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=1991, maxMBSortInHeap=7.918089597110148,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=sr-Latn-ME,
timezone=Antarctica/Davis
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=2,free=321629240,total=529530880
[junit4] 2> NOTE: All tests run in this JVM:
[DistributedFacetPivotWhiteBoxTest, BasicAuthStandaloneTest,
TestShortCircuitedRequests, TestSolrJ, TestUtils, BJQParserTest,
TestCoreDiscovery, SolrMetricManagerTest,
DistribDocExpirationUpdateProcessorTest, TestDynamicFieldResource,
TestNumericTerms64, StatsReloadRaceTest, V2ApiIntegrationTest,
TestSerializedLuceneMatchVersion, RequestLoggingTest,
TestPerFieldSimilarityClassic, TestConfigSetImmutable, DirectUpdateHandlerTest,
ZkStateWriterTest, RecoveryZkTest, SpellPossibilityIteratorTest,
TestManagedResourceStorage, TestXmlQParserPlugin, TestConfig,
CdcrVersionReplicationTest, AnalyticsQueryTest, ReplicaListTransformerTest,
JSONWriterTest, MigrateRouteKeyTest, FieldAnalysisRequestHandlerTest,
TestMergePolicyConfig, TestBulkSchemaConcurrent,
SimpleCollectionCreateDeleteTest, SimpleFacetsTest, NoCacheHeaderTest,
BinaryUpdateRequestHandlerTest, DistributedFacetPivotLongTailTest,
DeleteShardTest, PrimitiveFieldTypeTest, TestHdfsCloudBackupRestore,
DirectoryFactoryTest, TestGeoJSONResponseWriter,
SolrCoreCheckLockOnStartupTest, SOLR749Test, DistributedVersionInfoTest,
ParsingFieldUpdateProcessorsTest, DOMUtilTest, StatsComponentTest,
ResponseLogComponentTest, QueryResultKeyTest, ShardSplitTest,
TestOnReconnectListenerSupport, LeaderElectionTest, TestJsonRequest,
OpenExchangeRatesOrgProviderTest, TestGroupingSearch, TestCloudSchemaless,
HdfsChaosMonkeyNothingIsSafeTest, TestSimpleQParserPlugin, TestPointFields,
TestIndexingPerformance, TestLMJelinekMercerSimilarityFactory, TestFieldCache,
CdcrReplicationDistributedZkTest, TestStressReorder, DebugComponentTest,
TestConfigsApi, OverseerTest, AddSchemaFieldsUpdateProcessorFactoryTest,
BlockJoinFacetSimpleTest, CoreMergeIndexesAdminHandlerTest, TestReload,
TestExpandComponent, DirectUpdateHandlerOptimizeTest, TestCollectionAPI,
PeerSyncWithIndexFingerprintCachingTest, JavabinLoaderTest, TestNestedDocsSort,
BigEndianAscendingWordSerializerTest, TestPhraseSuggestions, TestWriterPerf,
AsyncCallRequestStatusResponseTest, TestReversedWildcardFilterFactory,
TestTolerantUpdateProcessorRandomCloud, SpellCheckCollatorWithCollapseTest,
TestXIncludeConfig, SuggesterTest, TestClassicSimilarityFactory,
TestExtendedDismaxParser, HdfsTlogReplayBufferedWhileIndexingTest,
StatelessScriptUpdateProcessorFactoryTest, TestMultiWordSynonyms,
TestPushWriter, CachingDirectoryFactoryTest, TestSolrQueryResponse,
TestFieldCacheSort, TestSchemaResource, ShowFileRequestHandlerTest,
BadComponentTest, FullHLLTest, TestStressUserVersions,
TemplateUpdateProcessorTest, StressHdfsTest, PeerSyncReplicationTest,
TestHdfsBackupRestoreCore, TestAnalyzedSuggestions, ReplaceNodeTest,
CreateCollectionCleanupTest, DocValuesMultiTest, HdfsRestartWhileUpdatingTest,
TestAddFieldRealTimeGet, TestFieldTypeCollectionResource,
OverriddenZkACLAndCredentialsProvidersTest, TestPKIAuthenticationPlugin,
TestSubQueryTransformerCrossCore, TestSlowCompositeReaderWrapper,
TestManagedSchema, ShardRoutingTest, FullSolrCloudDistribCmdsTest,
TestZkChroot, TestRandomDVFaceting, TermVectorComponentDistributedTest,
HardAutoCommitTest, TestCoreContainer, TestSolr4Spatial,
SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort,
TestFiltering, HighlighterTest, SimplePostToolTest,
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest,
TestFoldingMultitermQuery, SuggesterTSTTest, TestStressLucene, TestCSVLoader,
WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest,
TestRemoteStreaming, TestSolrDeletionPolicy1, CacheHeaderTest,
DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest,
DocumentAnalysisRequestHandlerTest, TestOmitPositions, RequestHandlersTest,
RequiredFieldsTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest,
TestJmxIntegration, TestCSVResponseWriter, QueryParsingTest,
TestPartialUpdateDeduplication, PingRequestHandlerTest,
TestBinaryResponseWriter, TestLFUCache, SolrTestCaseJ4Test, TestCrossCoreJoin,
TestDistributedMissingSort, TestSimpleTrackingShardHandler,
AliasIntegrationTest, CdcrRequestHandlerTest, CloudExitableDirectoryReaderTest,
CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest,
DistribJoinFromCollectionTest, HttpPartitionTest, ReplicationFactorTest,
RestartWhileUpdatingTest, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders,
TestReplicaProperties, TestRequestStatusCollectionAPI, TestSSLRandomization,
TestSegmentSorting, TestSolrCloudWithSecureImpersonation,
TestStressInPlaceUpdates, VMParamsZkACLAndCredentialsProvidersTest,
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsRecoveryZkTest,
HdfsDirectoryFactoryTest]
[junit4] Completed [565/711 (2!)] on J2 in 13.28s, 3 tests, 1 error <<<
FAILURES!
[...truncated 43888 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]