Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-9501

IndexSortSortedNumericDocValuesRangeQuery violates iterator invariant.

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 8.7
    • None
    • None
    • New

    Description

      In LUCENE-7714 we added a new query to sandbox called IndexSortSortedNumericDocValuesRangeQuery that optimizes range calculations when the field is sorted. The query has a bad bug: its DocIdSetIterator can return an old value for docID() even after advance has returned NO_MORE_DOCS. This violates the DocIdSetIterator contract and means that it's possible for DocIdSetIterator#advance to be called when it's already been exhausted (which can result in invalid reads).

      We would have expected this issue to be caught in tests, especially because classes like AssertingIndexSearcher check for these invariants. As part of this fix I'll look into improvements to the Asserting* wrapper framework.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jtibshirani Julie Tibshirani
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h