You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ja...@apache.org on 2019/12/11 18:13:23 UTC

[geode] branch develop updated (03e31f0 -> bde1f71)

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

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


    from 03e31f0  GEODE-7398: add timeDeployed to the runtime info of deployed jar (#4460)
     add 1448c83  Revert "Revert "Revert "GEODE-6807: cache adviseUpdate and adviseAllEventsOrCached" (#4189)" (#4212)"
     add bde1f71  Revert "Revert "Revert "GEODE-6807: cache adviseUpdate and adviseAllEventsOrCached" (#4189)" (#4212)" (#4442)

No new revisions were added by this update.

Summary of changes:
 .../CacheDistributionAdvisorConcurrentTest.java    | 103 ------------
 .../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(+), 372 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