Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
datafusion-comet
Public
Notifications
You must be signed in to change notification settings
Fork
375
Star
1.3k
Code
Issues
564
Pull requests
182
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: prototype allocator-level OOM protection (OomGuard breaker + cooperative real-usage accounting)
- #4582
#4582
Closed
andygrove
wants to merge 28 commits into
apache:main
apache/datafusion-comet:main
from
andygrove:oom-guard-circuit-breaker
andygrove/datafusion-comet:oom-guard-circuit-breaker
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Closed
feat: prototype allocator-level OOM protection (OomGuard breaker + cooperative real-usage accounting)
#4582
andygrove
wants to merge 28 commits into
apache:main
apache/datafusion-comet:main
from
andygrove:oom-guard-circuit-breaker
andygrove/datafusion-comet:oom-guard-circuit-breaker
Copy head branch name to clipboard
Commits
Commits on Jun 3, 2026
feat: add oom-guard feature and accounting helpers
Show description for 2c0bd23
andygrove
committed
2c0bd23
View commit details
Copy full SHA for 2c0bd23
Browse repository at this point
refactor: feature-gate oom_guard module and harden should_trip
Show description for d5f1355
andygrove
committed
d5f1355
View commit details
Copy full SHA for d5f1355
Browse repository at this point
feat: oom-guard process globals, arming, and enforcement
Show description for 97d9124
andygrove
committed
97d9124
View commit details
Copy full SHA for 97d9124
Browse repository at this point
feat: wrap global allocator with AccountingAllocator under oom-guard
Show description for 470c981
andygrove
committed
470c981
View commit details
Copy full SHA for 470c981
Browse repository at this point
docs: document oom-guard allocator reentrancy and cast safety
Show description for 2439345
andygrove
committed
2439345
View commit details
Copy full SHA for 2439345
Browse repository at this point
feat: stamp query-worker threads and arm oom-guard from config
Show description for 32c47be
andygrove
committed
32c47be
View commit details
Copy full SHA for 32c47be
Browse repository at this point
refactor: name memoryGuard config keys and warn on zero limit
Show description for 1b06d94
andygrove
committed
1b06d94
View commit details
Copy full SHA for 1b06d94
Browse repository at this point
feat: map OomGuardPanic to ResourcesExhausted at JNI boundaries
Show description for 2ed112e
andygrove
committed
2ed112e
View commit details
Copy full SHA for 2ed112e
Browse repository at this point
refactor: share oom-guard error message and harden panic recovery
Show description for f2be0c0
andygrove
committed
f2be0c0
View commit details
Copy full SHA for f2be0c0
Browse repository at this point
feat: register spark.comet.exec.memoryGuard configs
Show description for 6669c21
andygrove
committed
6669c21
View commit details
Copy full SHA for 6669c21
Browse repository at this point
docs: clarify memoryGuard config descriptions
Show description for 0a7d686
andygrove
committed
0a7d686
View commit details
Copy full SHA for 0a7d686
Browse repository at this point
test: oom-guard trips on a real over-budget allocation
Show description for ffb52f2
andygrove
committed
ffb52f2
View commit details
Copy full SHA for ffb52f2
Browse repository at this point
fix: map OomGuardPanic on the spawned-path consumer thread
Show description for adef2b2
andygrove
committed
adef2b2
View commit details
Copy full SHA for adef2b2
Browse repository at this point
refactor: consolidate oom-guard panic mapping and simplify allocator cfg
Show description for 89c782d
andygrove
committed
89c782d
View commit details
Copy full SHA for 89c782d
Browse repository at this point
fix: avoid realloc use-after-free and serialize guard panics in OomGuard [skip ci]
Show description for 423cfce
andygrove
committed
423cfce
View commit details
Copy full SHA for 423cfce
Browse repository at this point
Commits on Jun 20, 2026
feat: add RealUsagePool decorator gating growth on real allocator usage
andygrove
committed
6b3411f
View commit details
Copy full SHA for 6b3411f
Browse repository at this point
feat: gate memory pool on real usage when memory guard is enabled
andygrove
committed
eb03dfe
View commit details
Copy full SHA for eb03dfe
Browse repository at this point
test: real-usage gate trips on a real over-budget allocation
Show description for cba97f0
andygrove
committed
cba97f0
View commit details
Copy full SHA for cba97f0
Browse repository at this point
docs: clarify cooperative gate vs OomGuard breaker layering and ordering
andygrove
committed
0d6f225
View commit details
Copy full SHA for 0d6f225
Browse repository at this point
refactor: gate before delegating in RealUsagePool and align with pool idioms
Show description for 0ef4ec0
andygrove
committed
0ef4ec0
View commit details
Copy full SHA for 0ef4ec0
Browse repository at this point
feat: add fair-share guard to RealUsagePool real-usage gate
andygrove
committed
6efc722
View commit details
Copy full SHA for 6efc722
Browse repository at this point
feat: track active task count for fair-share divisor
andygrove
committed
ee115a8
View commit details
Copy full SHA for ee115a8
Browse repository at this point
refactor: drop redundant dead-code guard on record_task_started
andygrove
committed
12e4d58
View commit details
Copy full SHA for 12e4d58
Browse repository at this point
docs: surface fair_share in Debug and note fallback divisor for non-shared pools
andygrove
committed
3684851
View commit details
Copy full SHA for 3684851
Browse repository at this point
Commits on Sep 14, 2026
Merge remote-tracking branch 'apache/main' into pr-4582
Show description for d0b56d0
andygrove
committed
d0b56d0
View commit details
Copy full SHA for d0b56d0
Browse repository at this point
docs: add contributor guide page on memory management
Show description for cd12421
andygrove
committed
cd12421
View commit details
Copy full SHA for cd12421
Browse repository at this point
docs: correct which threads the oom-guard breaker can fire on
Show description for b50ea2f
andygrove
committed
b50ea2f
View commit details
Copy full SHA for b50ea2f
Browse repository at this point
docs: cover FFI ownership and the full allocator inventory [skip ci]
Show description for 09f93fa
andygrove
committed
09f93fa
View commit details
Copy full SHA for 09f93fa
Browse repository at this point
You can’t perform that action at this time.