fix(sqlite): fence remote requests by generation#5014
Conversation
|
🚅 Deployed to the rivet-pr-5014 environment in rivet-frontend
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Code Review: fix(sqlite): fence remote requests by generationOverviewThis PR adds generation-based fencing to SQLite remote requests in two places:
The fix also relaxes two guards that were previously blocking legitimate startup flows. IssuesFragile cross-package string matching (medium) The new Dead parameter in The
When CorrectnessThe core mechanics look correct:
Suggestions
SummaryThe approach is sound and namespace isolation holds. The two items to fix before merge are the fragile string match (latent correctness bug) and the dead |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: