You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2021/12/15 00:03:06 UTC

[geode] branch develop updated (a0467e1 -> 9359388)

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

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


    from a0467e1  add 1.14.1, 1.13.5 and 1.12.6 to old versions and set 1.14.1 as Benchmarks baseline on develop. (#7190)
     add 9359388  GEODE-9148: prevent expiration reschedules (#6514)

No new revisions were added by this update.

Summary of changes:
 .../geode/internal/cache/EntryExpiryTask.java      |   2 +-
 .../apache/geode/internal/cache/ExpiryTask.java    |  44 ++++--
 .../apache/geode/internal/cache/LocalRegion.java   |   9 +-
 .../geode/internal/cache/RegionIdleExpiryTask.java |   4 +-
 .../geode/internal/cache/RegionTTLExpiryTask.java  |   4 +-
 .../geode/internal/cache/ExpiryTaskTest.java       | 155 +++++++++++++++++++++
 6 files changed, 200 insertions(+), 18 deletions(-)