Skip to content

[SYSTEMDS-3891] Add OOC Memory Tracking#2458

Open
janniklinde wants to merge 1 commit intoapache:mainfrom
janniklinde:ooc/memory_tracking
Open

[SYSTEMDS-3891] Add OOC Memory Tracking#2458
janniklinde wants to merge 1 commit intoapache:mainfrom
janniklinde:ooc/memory_tracking

Conversation

@janniklinde
Copy link
Copy Markdown
Contributor

This patch is a first implementation of fine-grained memory tracking for out-of-core.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

❌ Patch coverage is 0.92961% with 746 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.09%. Comparing base (6fe4fa5) to head (d74a9bb).

Files with missing lines Patch % Lines
...ache/sysds/runtime/ooc/memory/CachedAllowance.java 0.00% 309 Missing ⚠️
...e/sysds/runtime/ooc/memory/GlobalMemoryBroker.java 0.00% 138 Missing ⚠️
.../sysds/runtime/ooc/memory/SyncMemoryAllowance.java 0.00% 107 Missing ⚠️
.../sysds/runtime/ooc/cache/OOCLRUCacheScheduler.java 6.12% 88 Missing and 4 partials ⚠️
...ysds/runtime/ooc/memory/InMemoryQueueCallback.java 0.00% 88 Missing ⚠️
...pache/sysds/runtime/ooc/cache/OOCCacheManager.java 0.00% 6 Missing ⚠️
...ache/sysds/runtime/ooc/memory/MemoryAllowance.java 0.00% 4 Missing ⚠️
...che/sysds/runtime/ooc/cache/OOCCacheScheduler.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2458      +/-   ##
============================================
- Coverage     71.36%   71.09%   -0.28%     
- Complexity    48447    48463      +16     
============================================
  Files          1561     1567       +6     
  Lines        187599   188351     +752     
  Branches      36821    36963     +142     
============================================
+ Hits         133884   133908      +24     
- Misses        43335    44088     +753     
+ Partials      10380    10355      -25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant