Make the recurrent lease state coherent - #37
Closed
FujitsuPolycom wants to merge 1 commit into
Closed
Conversation
The GLM recurrent lease document now names one final runtime state across all eleven files. Four recurrent postimages and seven unchanged files therefore share a coherent verifier state; the impossible pre-producer state is no longer advertised.\n\nThe four SparkCache patches remain exact preimages for the separate recurrent producer. Add regression coverage for coherent final-state verification and state that the final contract is valid only after producer composition.\n\nCache namespace impact: none. CacheIdentity values, digest salts, chunk geometry, manifest schemas, and page-delta bytes are unchanged.\n\nValidation: python -m pytest sparkcache -q (760 passed, 7 skipped); python -m pytest deploy -q (108 passed, 1 skipped); python -m ruff check .
This was referenced Aug 30, 2026
Owner
Author
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.
Outcome
This stack fixes the GLM recurrent lease document so the strict verifier can select one coherent final runtime state across all eleven files.
SparkCache PR #35 added four recurrent postimages but left the seven unchanged files under a different named state. The verifier correctly rejected that mixed composition. This change makes
recurrent_boundary_contractthe only accepted state for the final runtime: the four producer postimages use their new hashes and the seven unchanged files retain their exact existing hashes under the same state name.The impossible pre-producer state is no longer advertised. The four SparkCache patches still have exact source-state preimage/postimage receipts and produce the inputs consumed by the separate recurrent-boundary producer. The final eleven-file verifier runs only after that producer is composed.
A GPU-free regression executes the real verifier across all eleven contract records with their exact accepted final-state digests and required symbol surface. The SparkRing composer separately applies the patches to the exact vLLM tree and invokes this verifier against the fully composed source.
Exact source identity
08e297769a796da2668ea58d0ed5c0d9b588565b;49c517ed76e09dd2f7e78eb3ad5fe83382bda6fb;c8cbfb54fc52c5966f19af3450629376e4e703db;83853050f790b18af95d424fec837abeb1a9a33f0538b5e4b97c16fb9c681781;f36ed14eaf1f97a5dffa94bda8151b1e0fa182afc0d121b757b70bebc6a43811.Cache namespace impact
None.
CacheIdentityvalues, digest salts, 256-token geometry, manifest schemas, page-delta bytes, and thepage-tail-cow-v1namespace are unchanged. The contract metadata changes only the accepted final source-state naming; incompatible or unverified source remains a cache miss.Validation
python -m pytest sparkcache -q: 760 passed, 7 skipped;python -m pytest deploy -q: 108 passed, 1 skipped;python -m ruff check .;git diff --check.No image was built or published, and no service or deployment was changed.