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

[geode] branch develop updated (75c6342 -> e225ffc)

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

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


    from 75c6342  GEODE-7184: Add function execution timers (#4135)
     add e225ffc  Revert "GEODE-6807: cache adviseUpdate and adviseAllEventsOrCached" (#4189)

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, 30 insertions(+), 374 deletions(-)
 delete mode 100644 geode-core/src/integrationTest/java/org/apache/geode/internal/cache/CacheDistributionAdvisorConcurrentTest.java
 delete mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/CacheDistributionAdvisorTest.java