-
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
feat: implement rocks transaction #703
Conversation
4d132fe
to
34e5e62
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #703 +/- ##
==========================================
- Coverage 75.55% 75.39% -0.16%
==========================================
Files 180 187 +7
Lines 26938 27960 +1022
Branches 26938 27960 +1022
==========================================
+ Hits 20353 21081 +728
- Misses 5366 5590 +224
- Partials 1219 1289 +70 ☔ View full report in Codecov by Sentry. |
@bsbds Your PR is in conflict and cannot be merged. |
34e5e62
to
61de1a9
Compare
@bsbds Convert your pr to draft since CI failed |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
61de1a9
to
5fc6fee
Compare
@bsbds Convert your pr to draft since CI failed |
5fc6fee
to
51ecfc0
Compare
@bsbds Convert your pr to draft since CI failed |
46050fe
to
44a5319
Compare
0aba376
to
7e010f6
Compare
@bsbds Convert your pr to draft since CI failed |
7e010f6
to
9ab8374
Compare
9ab8374
to
a2e29bd
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.
Please squash commits
@bsbds Convert your pr to draft since CI failed |
b58dea1
to
fe33188
Compare
Please squash the commits |
Signed-off-by: bsbds <[email protected]>
fe33188
to
80e3aeb
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
Depends-On: #674
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?)
Implement txn API for rocksdb engine.
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)