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

hotspot bug in readvint gives wrong results

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 3.1
    • 3.1, 3.2, 4.0-ALPHA
    • None
    • None
    • New, Patch Available

    Description

      When testing the 3.1-RC1 made by Yonik on the PANGAEA (www.pangaea.de) productive system I figured out that suddenly on a large segment (about 5 GiB) some stored fiels suddenly produce a strange deflate decompression problem (CompressionTools) although the stored fields are no longer pre-3.0 compressed. It seems that the header of the stored field is read incorrectly at the buffer boundary in MultiMMapDir and then FieldsReader just incorrectly detects a deflate-compressed field (CompressionTools).

      The error occurs reproducible on CheckIndex with MMapDirectory, but not with NIODir or SimpleDir. The FDT file of that segment is 2.6 GiB, on Solaris the chunk size is Integer.MAX_VALUE, so we have 2 MultiMMap IndexInputs.

      Robert and me have the index ready as a tar file, we will do tests on our local machines and hopefully solve the bug, maybe introduced by Robert's recent changes to MMap.

      Attachments

        1. LUCENE-2975.patch
          2 kB
          Uwe Schindler
        2. LUCENE-2975.patch
          2 kB
          Uwe Schindler
        3. LUCENE-2975.patch
          2 kB
          Uwe Schindler
        4. LUCENE-2975.patch
          7 kB
          Uwe Schindler
        5. perf.png
          30 kB
          Michael McCandless
        6. LUCENE-2975.patch
          8 kB
          Uwe Schindler

        Issue Links

          Activity

            People

              uschindler Uwe Schindler
              uschindler Uwe Schindler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: