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
.
eloqdata
/
tx_service
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
11
Code
Issues
51
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Dirty memory ratio and size can trigger ckpt
- #406
#406
Merged
githubzilla
merged 15 commits into
main
eloqdata/tx_service:main
from
dirty_memory_trigger_ckpt
eloqdata/tx_service:dirty_memory_trigger_ckpt
Copy head branch name to clipboard
Feb 25, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Dirty memory ratio and size can trigger ckpt
#406
githubzilla
merged 15 commits into
main
eloqdata/tx_service:main
from
dirty_memory_trigger_ckpt
eloqdata/tx_service:dirty_memory_trigger_ckpt
Copy head branch name to clipboard
Commits
Commits on Feb 12, 2026
Initial commit
githubzilla
committed
108bca1
View commit details
Copy full SHA for 108bca1
Browse repository at this point
Trigger ckpt only when both ratio and size exceeded
githubzilla
committed
d88a237
View commit details
Copy full SHA for d88a237
Browse repository at this point
Only use dirty memory size to trigger ckpt
githubzilla
committed
4235db2
View commit details
Copy full SHA for 4235db2
Browse repository at this point
fix clang-format
githubzilla
committed
7ecd512
View commit details
Copy full SHA for 7ecd512
Browse repository at this point
Move dirty_memory config to tx_service_init.cpp
githubzilla
committed
13dbcc1
View commit details
Copy full SHA for 13dbcc1
Browse repository at this point
Fix comments
githubzilla
committed
df9bfb6
View commit details
Copy full SHA for df9bfb6
Browse repository at this point
Commits on Feb 13, 2026
Leverage CcShard::NotifyCkpt()
githubzilla
committed
4e454e2
View commit details
Copy full SHA for 4e454e2
Browse repository at this point
Guarante memory order of request_ckpt_ and notify
githubzilla
committed
a34a21d
View commit details
Copy full SHA for a34a21d
Browse repository at this point
Add checkpoint_min_interval
githubzilla
committed
87efd56
View commit details
Copy full SHA for 87efd56
Browse repository at this point
Add comments
githubzilla
committed
bd6508c
View commit details
Copy full SHA for bd6508c
Browse repository at this point
Commits on Feb 14, 2026
Make ckpt min interval default value smaller than the de-facto ckpt interval used when test
githubzilla
committed
5619eb6
View commit details
Copy full SHA for 5619eb6
Browse repository at this point
Commits on Feb 20, 2026
Seperate the ckpt request interval with ckpt interval
githubzilla
committed
9b336eb
View commit details
Copy full SHA for 9b336eb
Browse repository at this point
Fix comments
githubzilla
committed
4aabbe8
View commit details
Copy full SHA for 4aabbe8
Browse repository at this point
Fix compile warning
githubzilla
committed
75885c1
View commit details
Copy full SHA for 75885c1
Browse repository at this point
Commits on Feb 21, 2026
Init last_checkpoint_request_ts_
githubzilla
committed
51c683e
View commit details
Copy full SHA for 51c683e
Browse repository at this point
You can’t perform that action at this time.