[ 
https://issues.apache.org/jira/browse/GEODE-9249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Martell updated GEODE-9249:
-----------------------------------
    Description: 
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.

 

This is actually a but in remove(key, nullptr), not localInvalidate.

 

Note: Invalidate operations sets the value for the given key to null.

  was:
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.

        Summary: Remove(key, nullptr) Not Working Properly  (was: Local 
Invalidate Not Working Properly)

> Remove(key, nullptr) 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
>            Priority: Major
>
> 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.
>  
> This is actually a but in remove(key, nullptr), not localInvalidate.
>  
> Note: Invalidate operations sets the value for the given key to null.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to