Michael Martell created GEODE-9249:
--------------------------------------
Summary: Local Invalidate Not Working Properly
Key: GEODE-9249
URL: https://issues.apache.org/jira/browse/GEODE-9249
Project: Geode
Issue Type: Bug
Components: native client
Reporter: Michael Martell
The Region API supports both local and remote operations. Local operations
apply to CACHING_PROXY regions and are supposed to affect only the local cache.
However, localInvalidate(key, value) invalidates both local and remote entry.
Note: Invalidate operations sets the value for the given key to null.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)