[DataFlow runtime · M6 3/4] M5/M6 adversarial-review hardening#611
Merged
Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
…ility, reconcile gate, USP 4-rank test - LocalFeatureStore: gc() counts freed_bytes on a successful release-pending retry; release() sid hoist + comment; get() lock-scope comment. - SQLiteMetadataStore: synchronous=FULL; all_committed_ids ORDER BY rowid. - controller.reconcile_on_restart gates release on optimizer_durable (not global_step is not None). - test_equiv_4rank uses attention_backend='usp' + a flash-attn skip guard. - regression tests in test_feature_store / test_recovery. (The disaggregated.py per-generation rewrite that was previously bundled here now lives in #609 alongside the SharedDirFeatureStore it hardens.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
e7bb5e1 to
31b823f
Compare
c39507b to
3a2cc7f
Compare
Base automatically changed from
dataflow-up-13-disagg-example
to
dataflow-up-11-m5-recovery
June 29, 2026 16:03
jiapingW
approved these changes
Jun 29, 2026
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.
M5/M6 adversarial-review hardening (LocalFeatureStore + control plane).
gc()countsfreed_byteson a successful release-pending retry; lease registered under the existence-check lock;release()cleanup.synchronous=FULL;all_committed_idsORDER BY rowid.reconcile_on_restartgates release onoptimizer_durable(notglobal_step is not None).attention_backend='usp'+ flash-attn skip guard.test_feature_store/test_recovery.The SharedDirFeatureStore per-generation B5 rewrite that was previously bundled in this PR now lives in #609 alongside the store it hardens. (Hot-update / weight-version-control intentionally NOT included.)
Part of the DataFlow runtime M5/M6 stacked series (continues the M1–M4 work in #594–#601 / #603). Stacked PRs — merge bottom-up (up-9 first). Lint (pre-commit) + runtime CPU test suite green.
🤖 Generated with Claude Code