Conversation
⏱️ 4h 16m total CI duration on this PR
🚨 2 jobs on the last run were significantly faster/slower than expected
|
bowenyang007
reviewed
Apr 1, 2025
Contributor
bowenyang007
left a comment
There was a problem hiding this comment.
is it tested? is there a repro to the bug? seems like it was pretty bad for a long time lol.
Contributor
Author
My backfill node crashed because of this bug. It's not that easy trigger in non-backfill case because the traffic is low and no multithread is involved. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ced1bfc to
88139bb
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
88139bb to
37ad29c
Compare
37ad29c to
24b3bd2
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Contributor
✅ Forge suite
|
Contributor
✅ Forge suite
|
jillxuu
approved these changes
Apr 3, 2025
This comment has been minimized.
This comment has been minimized.
Contributor
✅ Forge suite
|
msmouse
approved these changes
Apr 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
For nested table case in the same batch, when the outer table is processed in ram, but before it got stored into db, the inner table handle may still be added into the
pending_on(in a different thread, because the in memoryresultis not shared among threads). In this case we shouldn't blindly cleanup thepending_onmap.How Has This Been Tested?
Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist