-
Notifications
You must be signed in to change notification settings - Fork 76
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
refactor: switch wal to sync implementation #705
Conversation
@bsbds Convert your pr to draft since CI failed |
@bsbds Convert your pr to draft since CI failed |
@bsbds Convert your pr to draft since CI failed |
@bsbds Convert your pr to draft since CI failed |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
13ba1bf
to
a7224fb
Compare
@bsbds Convert your pr to draft since CI failed |
@Mergifyio rebase --autosquash |
✅ Branch has been successfully rebased |
a7224fb
to
7432a34
Compare
a3768a3
to
7060574
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
3fe0f18
to
dff9035
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
@Mergifyio rebase |
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
…rror Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
✅ Branch has been successfully rebased |
dff9035
to
4eed780
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #705 +/- ##
==========================================
+ Coverage 75.55% 75.62% +0.06%
==========================================
Files 180 187 +7
Lines 26938 27441 +503
Branches 26938 27441 +503
==========================================
+ Hits 20353 20752 +399
- Misses 5366 5419 +53
- Partials 1219 1270 +51 ☔ View full report in Codecov by Sentry. |
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?)
Switch the curp WAL to synchronous implementation, as the current async version is slow in benchmarks.
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)