xiaojian zhou created GEODE-4088:
------------------------------------
Summary: add a dunit test to prove TX will have different behavior
for region.keySet
Key: GEODE-4088
URL: https://issues.apache.org/jira/browse/GEODE-4088
Project: Geode
Issue Type: Bug
Components: client/server
Reporter: xiaojian zhou
Fix For: 1.4.0
Some code used region.keySet() at client side with policy NORMAL. It expected
to get local entries only. But in TX, it will actually iterate server region's
entries.
I introduced a dunit test to show the difference with and without TX.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)