Github user dschneider-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/488#discussion_r115331529 --- Diff: geode-core/src/main/java/org/apache/geode/cache/client/internal/ProxyRegion.java --- @@ -388,7 +388,7 @@ public Set keySetOnServer() { public Set keys() { --- End diff -- I think you want this old "keys()" implementation to now be "keySet()". The old "keySet" did not properly call preOp/postOp.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---