-
Notifications
You must be signed in to change notification settings - Fork 105
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 rollback during Node Table COPY #4467
Conversation
b0678c3
to
aebf4b1
Compare
Benchmark ResultMaster commit hash:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4467 +/- ##
==========================================
+ Coverage 87.26% 87.35% +0.09%
==========================================
Files 1357 1358 +1
Lines 56772 57078 +306
Branches 7083 7109 +26
==========================================
+ Hits 49541 49863 +322
+ Misses 7069 7050 -19
- Partials 162 165 +3 ☔ View full report in Codecov by Sentry. |
Benchmark ResultMaster commit hash:
|
8fadc24
to
2f3f293
Compare
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
5c01907
to
4d09b6d
Compare
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
966535c
to
40d77f2
Compare
Benchmark ResultMaster commit hash:
|
98076f8
to
3446b23
Compare
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
56b31fc
to
a8ac1d2
Compare
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
0ea3af1
to
cec96e5
Compare
Benchmark ResultMaster commit hash:
|
Description
ChunkedNodeGroup
). This also prevents changes to temporary chunked node groups from being pushed to the undo buffer (which is a potential cause of use-after-frees).ChunkedNodeGroups
inNodeGroups
which we use to perform undo buffer commit/rollbackFixes #4338
Contributor agreement