There is an odd timeout failure here: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/195/consoleFull
The TestPerFieldDocValuesFormat timed out. The stack trace shows just one relevant thread in the enforced index merge, never returning from the loop awaiting the number of segments to reach the desired number. Is it possible that the merge policy ignores MergeTrigger.EXPLICIT this this results in an endless loop? [junit4] 2> 4) Thread[id=12, name=TEST-TestPerFieldDocValuesFormat.testSparseBinaryFixedLengthVsStoredFields-seed#[617399315453E295], state=TIMED_WAITING, group=TGRP-TestPerFieldDocValuesFormat] [junit4] 2> at java.lang.Object.wait(Native Method) [junit4] 2> at org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4716) [junit4] 2> at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2191) [junit4] 2> at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2119) [junit4] 2> at org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:445) [junit4] 2> at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestBinaryVsStoredFields(BaseDocValuesFormatTestCase.java:1472) [junit4] 2> at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestBinaryFixedLengthVsStoredFields(BaseDocValuesFormatTestCase.java:1508) [junit4] 2> at org.apache.lucene.index.BaseDocValuesFormatTestCase.testSparseBinaryFixedLengthVsStoredFields(BaseDocValuesFormatTestCase.java:1501) Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
