You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2018/09/26 18:32:13 UTC

[geode] branch develop updated (abb7659 -> 2c320c3)

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

eshu11 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from abb7659  GEODE-5212: fix failing DestroyRegionCommandDunitTest on windows (#2514)
     add 2c320c3  GEODE-5748: Hold a write lock during cleanUpAfterFailedGII (#2501)

No new revisions were added by this update.

Summary of changes:
 .../geode/internal/cache/AbstractRegionMap.java    |  35 +++--
 .../apache/geode/internal/cache/BucketRegion.java  |   7 +-
 .../geode/internal/cache/DistributedRegion.java    |  47 +++++--
 .../geode/internal/cache/InternalRegion.java       |   6 +
 .../internal/cache/map/AbstractRegionMapPut.java   |  11 +-
 .../internal/cache/map/RegionMapCommitPut.java     |   6 -
 .../geode/internal/cache/map/RegionMapDestroy.java |   4 +
 .../geode/internal/cache/map/RegionMapPut.java     |   2 +-
 .../internal/cache/AbstractRegionMapTest.java      | 143 ++++++++++++++++++++-
 .../internal/cache/DistributedRegionTest.java      |  36 ++++--
 .../internal/cache/map/RegionMapCommitPutTest.java |  37 ++++++
 .../internal/cache/map/RegionMapDestroyTest.java   |  36 ++++++
 .../geode/internal/cache/map/RegionMapPutTest.java |  36 ++++++
 13 files changed, 364 insertions(+), 42 deletions(-)