fix(flatkv): correct catchup metrics#3447
Conversation
…from catchup so read-only historical loads do not pollute the write-mode height metric. Reset PendingWrites after each replayed WAL entry to mirror Commit behavior.
PR SummaryLow Risk Overview After each replayed WAL entry, Reviewed by Cursor Bugbot for commit 51f31aa. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3447 +/- ##
=======================================
Coverage 59.29% 59.29%
=======================================
Files 2125 2125
Lines 175629 175632 +3
=======================================
+ Hits 104144 104149 +5
+ Misses 62404 62402 -2
Partials 9081 9081
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Describe your changes and provide context
Testing performed to validate your change