You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Michael Martell (Jira)" <ji...@apache.org> on 2021/05/07 16:07:00 UTC

[jira] [Created] (GEODE-9249) Local Invalidate Not Working Properly

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)