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

Lucene42DocValuesProducer.ramBytesUsed is over-estimated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 4.6.1
    • None
    • None
    • New

    Description

      Lucene42DocValuesProducer.ramBytesUsed uses RamUsageEstimator.sizeOf(this) to return an estimation of the memory usage. One of the issues (there might be other ones) is that this class has a reference to an IndexInput that might link to other data-structures that we wouldn't want to take into account. For example, index inputs of a RAMDirectory all point to the directory itself, so Lucene42DocValuesProducer.ramBytesUsed would return the amount of memory used by the whole directory.

      Attachments

        1. LUCENE-5373.patch
          32 kB
          Adrien Grand
        2. LUCENE-5373.patch
          12 kB
          Adrien Grand
        3. LUCENE-5373.patch
          11 kB
          Adrien Grand
        4. LUCENE-5373.patch
          4 kB
          Adrien Grand

        Activity

          People

            jpountz Adrien Grand
            jpountz Adrien Grand
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: