fix(sync): damp unproductive exact VM reconcile batches#1950
Draft
branarakic wants to merge 2 commits into
Draft
fix(sync): damp unproductive exact VM reconcile batches#1950branarakic wants to merge 2 commits into
branarakic wants to merge 2 commits into
Conversation
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.
Summary
reconciled/alreadyprogress and avoid consuming it when no peer fetch was attemptedWhy
Testnet publisher evidence showed the same
verified-vm-metadata-pendingor empty private-graph batches being fetched from multiple peers every 60 seconds without any verified state transition. Some cycles inserted thousands of triples but could not repair missing provenance, so they consumed global sync capacity without advancing VM convergence.This PR does not synthesize provenance, relax verification, or mark pending content confirmed. It only spaces repeated network work after a batch has proved unproductive.
Retry semantics
Validation
tsc,test:types,test:package-root)git diff --check: passedRollout boundary
Draft PR targeting
testnet-canary. It has not been merged or deployed. Distributed completeness validation remains pending until the second edge receiver returns; its last checkpoint is preserved and no manual catch-up was triggered.