-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: use correct delete checkpoint to prevent premature data cleanup #40366
base: master
Are you sure you want to change the base?
Conversation
ed27dfd
to
c93698a
Compare
@weiliu1031 E2e jenkins job failed, comment |
/run-cpu-e2e |
@weiliu1031 E2e jenkins job failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project check has failed because the head coverage (69.97%) is below the target coverage (77.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## master #40366 +/- ##
===========================================
- Coverage 80.53% 69.97% -10.57%
===========================================
Files 1470 309 -1161
Lines 206664 27749 -178915
===========================================
- Hits 166442 19418 -147024
+ Misses 34177 8331 -25846
+ Partials 6045 0 -6045
🚀 New features to boost your workflow:
|
- Fix incorrect delete checkpoint usage in SyncDistribution - Change checkpoint parameter from action.GetCheckpoint() to action.GetDeleteCP() in SyncTargetVersion call - This resolves the issue where delete buffer data was being cleaned prematurely due to wrong checkpoint reference Signed-off-by: Wei Liu <[email protected]>
c93698a
to
543485b
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: weiliu1031 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
issue: #40292
related to #39552