You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mi...@apache.org on 2019/10/23 21:16:50 UTC

[geode] branch develop updated (85b16aa -> 80efe5c)

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

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


    from 85b16aa  Increase memory of UpgradeTest heavy-lifter from 160 -> 210
     add 80efe5c  Revert "Revert "GEODE-6807: cache adviseUpdate and adviseAllEventsOrCached" (#4189)" (#4212)

No new revisions were added by this update.

Summary of changes:
 .../CacheDistributionAdvisorConcurrentTest.java    | 105 ++++++++++++
 .../distributed/internal/DistributionAdvisor.java  |  16 +-
 .../internal/cache/CacheDistributionAdvisor.java   |  98 +++++++++---
 .../internal/cache/DistributedCacheOperation.java  |   2 +-
 .../geode/internal/cache/DistributedRegion.java    |   7 +-
 .../cache/CacheDistributionAdvisorTest.java        | 176 +++++++++++++++++++++
 6 files changed, 374 insertions(+), 30 deletions(-)
 create mode 100644 geode-core/src/integrationTest/java/org/apache/geode/internal/cache/CacheDistributionAdvisorConcurrentTest.java
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/CacheDistributionAdvisorTest.java