-
Notifications
You must be signed in to change notification settings - Fork 7
fix(replication): drain priority sync queue and recover from routing-event lag #165
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
mickvandijke
wants to merge
39
commits into
main
Choose a base branch
from
fix/neighbor-sync-drain-window
base: main
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.
+9,652
−1,741
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
124e8f8
fix(replication): harden paid-list verification repair
mickvandijke 72c1815
fix(replication): tolerate paid-list edge churn
mickvandijke 3479a75
fix(replication): drain priority sync queue and recover from routing-…
mickvandijke 819b4e2
fix(replication): preserve verification retry capacity
mickvandijke c61d432
fix(replication): eliminate false audit challenge timeouts
mickvandijke 4099f6c
fix(replication): preserve dequeued retry reservations
mickvandijke 712b514
chore(replication): fix audit admission clippy
mickvandijke 0b721f9
fix(replication): release cancelled async work
mickvandijke 6cd9c83
fix(replication): silence no-logging audit label warnings
mickvandijke da79e46
fix(replication): unblock bootstrap when rejected peer leaves
mickvandijke 67cc46a
refactor(replication): prioritize source-aware hints
mickvandijke 17b26ef
refactor(replication): aggregate bootstrap hint batches
mickvandijke d507303
fix(replication): aggregate verification per peer
mickvandijke 61ebee8
fix(replication): drain fresh offers through LMDB writes
mickvandijke 8c298e1
fix(replication): track detached audit work
mickvandijke 09e44b4
fix(replication): stop message handler when event streams close
mickvandijke 473b288
fix(replication): prune departed peers during DHT lag recovery
mickvandijke 4ed6c45
fix(replication): penalize rejected singleton replica hints
mickvandijke 7a86d1e
fix(replication): keep fresh offers off the serial message loop
mickvandijke ff58baa
fix(replication): gate replica downloads on storage responsibility
mickvandijke e521ed5
refactor(replication): admit hints through a single relevance gate
mickvandijke e3cb539
perf(replication): merge duplicate hints without rebuilding the fetch…
mickvandijke 5467dba
fix(replication): drain detached LMDB blocking ops on shutdown
mickvandijke 49093a0
fix(replication): expire orphaned capacity-rejection records to unsta…
mickvandijke a3dfc9b
fix(replication): recheck storage responsibility at the point of down…
mickvandijke 3a7bdba
docs(adr): record replication repair hardening decisions (PR #165)
mickvandijke aa68bb0
fix(replication): address deep review findings
mickvandijke 79aaebb
fix(replication): resolve all-target clippy failures
mickvandijke e5ec1ac
fix(docs): avoid private rustdoc link
mickvandijke 6b0e4ce
fix(storage): guard raw LMDB reads against concurrent map resize
mickvandijke d061762
fix(replication): fairly share verification capacity
mickvandijke 6b4f168
fix(replication): generalize bounded responder admission
mickvandijke 2c58d94
fix(replication): isolate fetch responders
mickvandijke ddb1071
fix(replication): isolate verification responders
mickvandijke 349a1df
fix(replication): isolate neighbor sync responders
mickvandijke e6b15f7
fix(replication): drop serial queue overflow
mickvandijke 5b85d1f
fix(replication): count responder load shedding
mickvandijke 0f9e3b1
feat(replication): trace audit request origins and latency
mickvandijke a5f60f3
feat(replication): log possession proof failure reasons
mickvandijke 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.