Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.1, 1.8.0
-
None
Description
The method NodeDocument.getLatestValue() may throw an IllegalStateException when there are previous documents with certain overlapping ranges. The exception is thrown by MergeSortedIterators.fetchNextIterator() when it notices a subsequent iterator provides a value, which should be ordered before the value of the current iterator.
Attachments
Issue Links
- relates to
-
OAK-5559 Reduce reads with overlapping previous documents
- Closed