[
https://issues.apache.org/jira/browse/GEODE-7416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Charlie Black updated GEODE-7416:
---------------------------------
Description:
When an entry exists in the cache server, region.create(k, v) from client
doesn't throw EntryExistsException if client region is *PROXY*. It updates the
existing value instead of throwing exception. If the client region is
*CACHING_PROXY*, it works as expected.
Testing environment:
Client: Geode 1.6
Server: Geode 1.7
was:
When an entry exists in the cache server, region.create(k, v) from client
doesn't throw EntryExistsException if client region is *PROXY*. It updates the
existing value instead of throwing exception. If the client region is
*CACHING_PROXY*, it works as expected.
Testing environment:
Client: Geode 1.6
Server: Geode 1.7 (GemFire 9.6.2)
> region.create(k, v) doesn't throw EntryExistsException for PROXY region
> -----------------------------------------------------------------------
>
> Key: GEODE-7416
> URL: https://issues.apache.org/jira/browse/GEODE-7416
> Project: Geode
> Issue Type: Bug
> Components: client/server
> Reporter: Heng Yan
> Priority: Major
>
> When an entry exists in the cache server, region.create(k, v) from client
> doesn't throw EntryExistsException if client region is *PROXY*. It updates
> the existing value instead of throwing exception. If the client region is
> *CACHING_PROXY*, it works as expected.
> Testing environment:
> Client: Geode 1.6
> Server: Geode 1.7
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)