-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: dirty cp metrics after drop #43567
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
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: chyezh 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 |
@chyezh go-sdk check failed, comment |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (74.01%) 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 #43567 +/- ##
===========================================
- Coverage 78.95% 74.01% -4.95%
===========================================
Files 1567 346 -1221
Lines 224716 33091 -191625
===========================================
- Hits 177431 24493 -152938
+ Misses 40865 8598 -32267
+ Partials 6420 0 -6420
🚀 New features to boost your workflow:
|
rerun go-sdk |
rerun ut |
4 similar comments
rerun ut |
rerun ut |
rerun ut |
rerun ut |
8b3b804
to
8dd0754
Compare
rerun ut |
- The channel cp is dropped by garbage collector - The channel is dropped and the cp is marked as math.Uint64 - If we drop it here, the update channel checkpoints will write the dirty cp back. Signed-off-by: chyezh <[email protected]>
8dd0754
to
386dac8
Compare
rerun ut |
issue: #42688