-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix range checkpoint #18799
fix range checkpoint #18799
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #https://github.com/matrixorigin/MO-Cloud/issues/4098
What this PR does / why we need it:
PR Type
Bug fix, Enhancement
Description
driverInfo
by adjusting mutex usage and adding removal of log service LSN range.LogServiceDriver
, including loop count and duration.StoreImpl
, improving visibility into checkpoint and truncation processes.zap
for better clarity and consistency.Changes walkthrough 📝
info.go
Improve synchronization and LSN management in driverInfo
pkg/vm/engine/tae/logstore/driver/logservicedriver/info.go
GetCardinality
withIsEmpty
for better clarity.validLsn
.truncate.go
Enhance logging and metrics in truncation process
pkg/vm/engine/tae/logstore/driver/logservicedriver/truncate.go
zap
.checkpoint.go
Add detailed logging and metrics for checkpoint operations
pkg/vm/engine/tae/logstore/store/checkpoint.go
zap
.