-
Notifications
You must be signed in to change notification settings - Fork 2
fix(transaction): bound the coordinated-retry park with a descriptor-owned timeout #744
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
Merged
+762
−31
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
dfd49b4
fix(transaction): bound the coordinated-retry park with a timeout
kriszyp 15bbcb7
fix(transaction): move park timeout to a descriptor-owned thread
kriszyp 1508879
fix(transaction): close park-timeout lifetime and correctness gaps
kriszyp b9b3048
fix(transaction): fix null-descriptor bypass and shutdown drain race
kriszyp 91f41e4
fix(transaction): close remaining park-timeout races, O(1) fire path
kriszyp 203c12c
ci: retry Deno tests on macos-latest for a known pre-existing teardow…
kriszyp d09d9ff
Fix formatting
cb1kenobi 68dea99
fix(transaction): keep the park wake path off the descriptor and regi…
f6e7e4c
test: scope coordinated retry lifecycle regressions
kriszyp 94906e7
fix(transaction): harden retry park setup
kriszyp 146574b
fix(database): avoid pinning descriptors in park cleanup
kriszyp 5b2a06a
fix(transaction): read the park timeout once per process
kriszyp 97df020
test: correct the park-close test's coverage claim
kriszyp 2de6027
docs: trim the park-timeout comments to their invariants
kriszyp 59f3d4b
test: use a monotonic clock for the conflict-wake elapsed bound
dc1bacf
fix(transaction): don't release a closing park timeout tsfn twice
kriszyp dd8a4b7
fix(transaction): drop the unreachable park-resolve gate and bound th…
kriszyp 46b1cce
docs: state that ROCKSDB_JS_PARK_TIMEOUT_MS=0 does not disable the bound
kriszyp d2587a2
docs: trim the comments added for the park-resolve review fixes
kriszyp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.