This is an automated email from the ASF dual-hosted git repository.
mkevo pushed a change to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git
from 62e60b5062 GEODE-10420: Finish distribute() work if interrupted (#7854)
new bc47b30c0b GEODE-10412: Clear expired tombstones during region destroy
(#7838)
new d1910cf1ee GEODE-10401: Configurable .drf recovery HashMap overflow
threshold (#7828)
The 2 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:
.../cache/versions/TombstoneDUnitTest.java | 42 +++++++++++++++
.../apache/geode/internal/cache/DiskStoreImpl.java | 61 +++++++++++++++------
.../geode/internal/cache/TombstoneService.java | 6 ++-
.../OplogEntryIdSetDrfHashSetThresholdTest.java | 62 ++++++++++++++++++++++
.../geode/internal/cache/TombstoneServiceTest.java | 46 +++++++++++++---
5 files changed, 193 insertions(+), 24 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/OplogEntryIdSetDrfHashSetThresholdTest.java