----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61950/ -----------------------------------------------------------
Review request for geode, Alexander Murmann, Galen O'Sullivan, Hitesh Khamesra, and Udo Kohlmeyer. Bugs: geode-3519 https://issues.apache.org/jira/browse/geode-3519 Repository: geode Description ------- While investigating dlocktoken cleanup I discovered that a number of operations coming from a client were not locking entries for Scope.GLOBAL regions on servers. Only put, putIfAbsent and variants of replace were obtaining locks. Diffs ----- geode-core/src/main/java/org/apache/geode/internal/cache/DistributedRegion.java d9ed4edeff629b87d0fce2463fa9b22723b57d9a geode-core/src/test/java/org/apache/geode/cache30/ClientServerCCEDUnitTest.java b4224e0dcba91ee75cf1abf185f6fc9fbe22390f Diff: https://reviews.apache.org/r/61950/diff/1/ Testing ------- precheckin, new integration test Thanks, Bruce Schuchardt