-
Notifications
You must be signed in to change notification settings - Fork 386
refactor(llc): rework the reconnect catch-up into SyncManager #2945
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
Open
xsahil03x
wants to merge
26
commits into
master
Choose a base branch
from
refactor/extract-sync-manager
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
fc91340
perf(llc): skip replaying oversized `/sync` payloads
xsahil03x f27fead
refactor(llc): extract the sync flow into SyncManager
xsahil03x 2addc54
refactor(llc): hand the reconnect catch-up to SyncManager
xsahil03x 2286310
refactor(llc): let SyncManager collect the channels it recovers
xsahil03x 27bbe40
refactor(llc): split the sync flow into its replay, skip, and failure…
xsahil03x 4de1c94
fix(llc): don't replay mark-all-read events after a skipped payload
xsahil03x 7e5f136
refactor(llc): pick between replay and refresh with guard clauses
xsahil03x e8f4d09
refactor(llc): keep the sync flow in one function
xsahil03x fea4ca4
refactor(llc): tidy up the sync manager
xsahil03x 5a8fe69
fix(llc): always refresh the synced channels when replay is skipped
xsahil03x 59831fe
refactor(llc): compensate for a skipped payload in recoverState
xsahil03x e043a79
fix(llc): refresh the channels whenever a sync did not catch them up
xsahil03x 8deddd0
refactor(llc): let SyncManager own its error boundary
xsahil03x a85d4cd
fix(llc): refresh a discarded window before moving the sync pointer
xsahil03x 75b308c
temp: wip before the reconnect-registry spike
xsahil03x 7bb6fa1
fix(llc): attempt every page when refreshing channels
xsahil03x a706b28
temp: keep the Swift-shaped sync manager for comparison
xsahil03x 714839d
Merge remote-tracking branch 'origin/master' into refactor/extract-sy…
xsahil03x c0062a2
fix(llc): stop an oversized sync request wiping the offline database
xsahil03x 078b514
refactor(llc): let the server own the sync window's age limit
xsahil03x 79db292
fix(llc): keep a failed catch-up from suppressing connection.recovered
xsahil03x eff6af0
docs(llc): trim the sync changelog entries to what a consumer sees
xsahil03x 1b14046
fix(llc): drop the offline store for a window that was not replayed
xsahil03x c89353f
refactor(llc): name the checkpoint each discard path moves to
xsahil03x 51cf523
fix(llc): catch up the most recently active channels first
xsahil03x 31c5431
fix(llc): keep the window when the store will not drop
xsahil03x 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
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.