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

LocalRegion.getRetained never returns a retained value

    XMLWordPrintableJSON

Details

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

    Description

      The method com.gemstone.gemfire.internal.cache.LocalRegion.getRetained(Object, Object, boolean, boolean, ClientProxyMembershipID, EntryEventImpl, boolean, boolean) is supposed to return a retained off-heap value if possible. But the current implementation always sets the last parameter on the get it calls to "false" which tells get to NOT retain its result.

      I think getRetained may have been intentionally disabled because of some bugs it introduced.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: