-
Notifications
You must be signed in to change notification settings - Fork 75
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: curp wal #854
fix: curp wal #854
Conversation
@bsbds Convert your pr to draft since CI failed |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #854 +/- ##
==========================================
- Coverage 75.55% 75.36% -0.20%
==========================================
Files 180 190 +10
Lines 26938 28203 +1265
Branches 26938 28203 +1265
==========================================
+ Hits 20353 21254 +901
- Misses 5366 5627 +261
- Partials 1219 1322 +103 ☔ View full report in Codecov by Sentry. |
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please squash these commits into one.
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash these commits into one
@Mergifyio rebase |
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com> fix(wal): disable pipeline background tasks for madsim The background task will block as madsim is single threaded Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com> refactor(wal): improve encoding performance Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com> chore: use constants instead of magic Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
✅ Branch has been successfully rebased |
591c0ee
to
05d0f58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Depends-On: #687
Some fixes and improvements for the WAL storage
Please briefly answer these questions:
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)