[ https://issues.apache.org/jira/browse/GEODE-5072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684455#comment-16684455 ]
ASF subversion and git services commented on GEODE-5072: -------------------------------------------------------- Commit 353df23e7ae21f49fb5db731a6fcc4b57ddcc68f in geode's branch refs/heads/feature/GEODE-5072 from [~bschuchardt] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=353df23 ] GEODE-5072 Java clients should not access or modify internal regions I relaxed restrictions to allow clients to modify the Dynamic Regions and Client Health cache regions. These regions are also modified to have constraints on the type of values that can be put into them, though the servers don't check these constraints - only the client cache does so. I modified the cache helper and GatewayReceiverCommand to give this operation full access to the cache. This is required for PDX type propagation. One of the tests I had to deal with was taking over 20 minutes to run so I trimmed it down. It now runs in about half that time. > Java clients should not access or modify internal regions > --------------------------------------------------------- > > Key: GEODE-5072 > URL: https://issues.apache.org/jira/browse/GEODE-5072 > Project: Geode > Issue Type: Sub-task > Components: client/server > Reporter: Darrel Schneider > Assignee: Bruce Schuchardt > Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > When a server processes a client message that contains a region name, it > should use getApplicationRegion instead of getRegion. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)