Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-5537

offheap with indexes and pdx can consume too much heap memory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • offheap
    • None

    Description

      Much like GEODE-5534, if and off-heap region has an index and the off-heap value is a pdx with a String field, then the String the index references will be a PdxString instance that ends up keeping a byte array in the heap that is the size of the entire off-heap serialized value instead of just the size of the String field.

      The fix for this should be much like GEODE-5534 but test for the region being offheap instead of having a compressor.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            dschneider Darrel Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: