You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2020/07/10 16:00:41 UTC

[geode] branch feature/GEODE-7665 updated (af4b35a -> edaf148)

This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a change to branch feature/GEODE-7665
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from af4b35a  GEODE-8173: Add unit test (coverage) for PartitionedRegionClear class. (#5208)
     add edaf148  GEODE-8334: PR.clear should sync with putAll or removeAll on rvvLock (#5365)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/internal/cache/BucketRegion.java  |  8 +-----
 .../cache/partitioned/PutAllPRMessage.java         |  9 +++++++
 .../cache/partitioned/RemoveAllPRMessage.java      |  9 +++++++
 .../cache/partitioned/PutAllPRMessageTest.java     | 29 ++++++++++++++++++++++
 .../cache/partitioned/RemoveAllPRMessageTest.java  | 29 ++++++++++++++++++++++
 5 files changed, 77 insertions(+), 7 deletions(-)