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
Accelerator
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
.
siliconflow
/
Mooncake
Public
forked from
kvcache-ai/Mooncake
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Fix/store offload
- #1
#1
Draft
pingzhuu
wants to merge 25 commits into
main
siliconflow/Mooncake:main
from
fix/store-offload
siliconflow/Mooncake:fix/store-offload
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Draft
Fix/store offload
#1
pingzhuu
wants to merge 25 commits into
main
siliconflow/Mooncake:main
from
fix/store-offload
siliconflow/Mooncake:fix/store-offload
Copy head branch name to clipboard
Commits
Commits on Jul 3, 2026
store: flush partial bucket immediately at input end (Bug D)
Show description for 81ed7c0
pingzhuu
committed
81ed7c0
View commit details
Copy full SHA for 81ed7c0
Browse repository at this point
store: AddReplica erases stale LOCAL_DISK replica on store restart (Bug H)
Show description for 7f57409
pingzhuu
committed
7f57409
View commit details
Copy full SHA for 7f57409
Browse repository at this point
store: PutStart blocks only on completed MEMORY replicas (Bug I)
Show description for 0583512
pingzhuu
committed
0583512
View commit details
Copy full SHA for 0583512
Browse repository at this point
store: PutEnd offload path guards against emplace failure and early-exits on first pin (Bug K)
Show description for d2048ae
pingzhuu
committed
d2048ae
View commit details
Copy full SHA for d2048ae
Browse repository at this point
store: BatchEvict try_evict_or_offload guards against cross-cycle re-pin refcnt leak (Bug J part 1)
Show description for 77b4371
pingzhuu
committed
77b4371
View commit details
Copy full SHA for 77b4371
Browse repository at this point
store: EvictTenantMemoryForQuota same refcnt-leak guard as BatchEvict (Bug J part 2)
Show description for d369085
pingzhuu
committed
d369085
View commit details
Copy full SHA for d369085
Browse repository at this point
store: BatchOffload commits new bucket with real LRU timestamp, not 0
Show description for 40ab7c7
pingzhuu
committed
40ab7c7
View commit details
Copy full SHA for 40ab7c7
Browse repository at this point
store: drain promotion backlog off the heartbeat path via worker pool (PR #2529)
Show description for dc40e85
pingzhuu
committed
dc40e85
View commit details
Copy full SHA for dc40e85
Browse repository at this point
store: raise promotion rate defaults — max_per_heartbeat 1->64, worker_threads 1->4
Show description for 5cb97e1
pingzhuu
committed
5cb97e1
View commit details
Copy full SHA for 5cb97e1
Browse repository at this point
store: parallelize per-bucket WriteBucket in OffloadObjects via worker threads (Bug F)
Show description for e738cfd
pingzhuu
committed
e738cfd
View commit details
Copy full SHA for e738cfd
Browse repository at this point
store: add orphan task diagnostics (Bug E)
Show description for 64863cb
pingzhuu
committed
64863cb
View commit details
Copy full SHA for 64863cb
Browse repository at this point
store: chunk pwritev/preadv by UIO_MAXIOV and add errno diagnostics
Show description for 7936a3b
pingzhuu
committed
7936a3b
View commit details
Copy full SHA for 7936a3b
Browse repository at this point
docs: rewrite store offload bug fix record for fix/store-offload-main
Show description for 0a977d7
pingzhuu
committed
0a977d7
View commit details
Copy full SHA for 0a977d7
Browse repository at this point
store: replace strerror with thread-safe strerror_r
Show description for 43a3d54
pingzhuu
committed
43a3d54
View commit details
Copy full SHA for 43a3d54
Browse repository at this point
store: use per-call aligned buffer in WriteBucket for thread safety
Show description for d970d10
pingzhuu
committed
d970d10
View commit details
Copy full SHA for d970d10
Browse repository at this point
store: fix promotion_queue_capacity=0 (unbounded) check in pull loop
Show description for 7c9da25
pingzhuu
committed
7c9da25
View commit details
Copy full SHA for 7c9da25
Browse repository at this point
store: allow promotion_worker_threads=0 for synchronous fallback
Show description for e716c3b
pingzhuu
committed
e716c3b
View commit details
Copy full SHA for e716c3b
Browse repository at this point
store: pass shard to EraseMetadata in EvictTenantMemoryForQuota for disk_object_count sync
Show description for 818c328
pingzhuu
committed
818c328
View commit details
Copy full SHA for 818c328
Browse repository at this point
Commits on Jul 15, 2026
[Integration] Export store metrics and health via HTTP endpoints
Show description for 744c5f8
XinzeLi
committed
744c5f8
View commit details
Copy full SHA for 744c5f8
Browse repository at this point
Commits on Jul 21, 2026
store: merge adjacent preads in BucketStorageBackend::BatchLoad
Show description for 568a7c6
XinzeLi
authored and
leaves-zwx
committed
568a7c6
View commit details
Copy full SHA for 568a7c6
Browse repository at this point
[Bugfix] Fix BatchLoad O_DIRECT alignment and EOF short-read handling
Show description for 717d4b6
leaves-zwx
committed
717d4b6
View commit details
Copy full SHA for 717d4b6
Browse repository at this point
[Store] parallelize per-bucket reads in BatchLoad via worker pool
Show description for 7dafc96
leaves-zwx
committed
7dafc96
View commit details
Copy full SHA for 7dafc96
Browse repository at this point
Commits on Jul 24, 2026
[Store] parallelize per-endpoint LOCAL_DISK reads via worker pool
Show description for caebb32
leaves-zwx
committed
caebb32
View commit details
Copy full SHA for caebb32
Browse repository at this point
[Store] add fdatasync + fstat verification to WriteBucket PosixFile path
Show description for ce65dd5
leaves-zwx
committed
ce65dd5
View commit details
Copy full SHA for ce65dd5
Browse repository at this point
Commits on Aug 7, 2026
fix(store): chunk oversized io_uring vector I/O (#2719)
Show description for 28c5f65
2 people
authored and
leaves-zwx
committed
28c5f65
View commit details
Copy full SHA for 28c5f65
Browse repository at this point
You can’t perform that action at this time.