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

Cloned SegmentReaders fail to share FieldCache entries

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.9
    • 2.9
    • core/index
    • None
    • New

    Description

      I just hit this on LUCENE-1516, which returns a cloned readOnly
      readers from IndexWriter.

      The problem is, when cloning, we create a new [thin] cloned
      SegmentReader for each segment. FieldCache keys directly off this
      object, so if you clone the reader and do a search that requires the
      FieldCache (eg, sorting) then that first search is always very slow
      because every single segment is reloading the FieldCache.

      This is of course a complete showstopper for LUCENE-1516.

      With LUCENE-831 we'll switch to a new FieldCache API; we should ensure
      this bug is not present there. We should also fix the bug in the
      current FieldCache API since for 2.9, users may hit this.

      Attachments

        1. LUCENE-1579.patch
          7 kB
          Michael McCandless
        2. LUCENE-1579.patch
          8 kB
          Michael McCandless
        3. LUCENE-1579.patch
          6 kB
          Michael McCandless

        Activity

          People

            mikemccand Michael McCandless
            mikemccand Michael McCandless
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: