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

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


 discard 924d60f  GEODE-7258: The function retry logic is modified to handle 
exception thrown, while trying to connect to a server thats shutdown/closed.
     add 7666e41  GEODE-7279: Warning log for deprecated system value should be 
shown once (#4132)
     add c581cc5  GEODE-7074:improve Cluster Management Rest api Swagger 
documentation (#4174)
     add e06d405  ci: run benchmarks with security manager enabled (#4173)
     add cd2fca2  Revert "GEODE-7319:Replace mock EntryEventImpl.class in 
problematic TCs"
     add 27f9b70  Merge pull request #4180 from 
apache/revert-4178-feature/GEODE-7319
     add 0f8248a  GEODE-6807: cache adviseUpdate and adviseAllEventsOrCached
     add 097de3d  GEODE-6807: update with comments
     add 0ab8b6b  GEODE-6807: update adviseAllEventsOrCached method
     add ac689a8  GEODE-6807: update of solution with checking of version
     add 07b18a0  GEODE-6807: remove assert from new code
     add 928e6cd  GEODE-6807: Added UT and inRecovery update check
     add e0bfae6  GEODE-6807: Added Concurrent Test
     add 794edda  GEODE-6807: Added missing @Test and rebase
     add 5046c70  Merge pull request #4086 from Nordix/feature/GEODE-6807
     add c868809  GEODE-7258: The function retry logic is modified to handle 
exception thrown, while trying to connect to a server thats shutdown/closed.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (924d60f)
            \
             N -- N -- N   refs/heads/feature/GEODE-7258 (c868809)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ci/pipelines/geode-build/jinja.template.yml        |  12 +-
 ci/scripts/cleanup_benchmarks.sh                   |   8 +-
 ci/scripts/run_benchmarks.sh                       |  14 +-
 .../dunit/DefaultQueryServiceDeprecationTest.java  |  79 +++++++++
 .../CacheDistributionAdvisorConcurrentTest.java    | 105 ++++++++++++
 .../cache/query/internal/DefaultQueryService.java  |  26 +--
 .../distributed/internal/DistributionAdvisor.java  |  16 +-
 .../internal/cache/CacheDistributionAdvisor.java   |  98 +++++++++---
 .../internal/cache/DistributedCacheOperation.java  |   2 +-
 .../geode/internal/cache/DistributedRegion.java    |   7 +-
 .../geode/internal/cache/BucketRegionTest.java     |  96 ++++-------
 .../cache/CacheDistributionAdvisorTest.java        | 176 +++++++++++++++++++++
 .../management/api/ClusterManagementResult.java    |   6 +-
 .../configuration/AbstractConfiguration.java       |   6 +-
 .../controllers/GatewayManagementController.java   |   6 +
 .../rest/controllers/PdxManagementController.java  |   9 +-
 .../controllers/RegionManagementController.java    |   9 +-
 17 files changed, 528 insertions(+), 147 deletions(-)
 create mode 100644 
geode-core/src/distributedTest/java/org/apache/geode/cache/query/dunit/DefaultQueryServiceDeprecationTest.java
 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

Reply via email to