You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by do...@apache.org on 2021/04/01 22:34:36 UTC

[geode] branch develop updated (dedcea3 -> d79a3c7)

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

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


    from dedcea3  GEODE-8926: Calculate filter information after tx is applied to cache. (#6232)
     add d79a3c7  GEODE-9051: Added a feature to measure the Tenured heap consumption (#6176)

No new revisions were added by this update.

Summary of changes:
 .../internal/cache/control/HeapMemoryMonitor.java  |  7 +-
 .../cache/control/InternalResourceManager.java     |  3 +-
 .../control/TenuredHeapConsumptionMonitor.java     | 70 +++++++++++++++
 .../cache/control/HeapMemoryMonitorTest.java       |  2 +-
 .../control/TenuredHeapConsumptionMonitorTest.java | 99 ++++++++++++++++++++++
 5 files changed, 178 insertions(+), 3 deletions(-)
 create mode 100644 geode-core/src/main/java/org/apache/geode/internal/cache/control/TenuredHeapConsumptionMonitor.java
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/control/TenuredHeapConsumptionMonitorTest.java