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 27f9b70 Merge pull request #4180 from
apache/revert-4178-feature/GEODE-7319
new 0f8248a GEODE-6807: cache adviseUpdate and adviseAllEventsOrCached
new 097de3d GEODE-6807: update with comments
new 0ab8b6b GEODE-6807: update adviseAllEventsOrCached method
new ac689a8 GEODE-6807: update of solution with checking of version
new 07b18a0 GEODE-6807: remove assert from new code
new 928e6cd GEODE-6807: Added UT and inRecovery update check
new e0bfae6 GEODE-6807: Added Concurrent Test
new 794edda GEODE-6807: Added missing @Test and rebase
new 5046c70 Merge pull request #4086 from Nordix/feature/GEODE-6807
The 8546 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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