Heng Yan created GEODE-7416:
-------------------------------
Summary: 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
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)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)