Darrel Schneider created GEODE-1291:
---------------------------------------
Summary: LocalRegion.getRetained never returns a retained value
Key: GEODE-1291
URL: https://issues.apache.org/jira/browse/GEODE-1291
Project: Geode
Issue Type: Improvement
Components: offheap
Reporter: Darrel Schneider
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)