Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
The Elastic CI found a seed that reproducibly fails TestAllFilesDetectTruncation.
https://elasticsearch-ci.elastic.co/job/apache+lucene-solr+nightly+branch_8x/85/console
This is a consequence of LUCENE-9396: we now check for truncation after creating slices, so in some cases you would get an IndexOutOfBoundsException rather than CorruptIndexException/EOFException if out-of-bounds slices get created.