Conversation
This branch has not been deployed
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.
ACK detector calibration now requires two independent native runs: strict must pass, and relaxed must expose authenticated loss of the acknowledged key/version. Suite configuration sets both process and new-bucket durability modes; the runner records the signed bucket override and observed Pod/container/image identities before the ACK trigger.
The offline pair analyzer revalidates the original artifacts and matches immutable candidate references, runtime digests, workload/seed, detector, timing, recovery policy, EC geometry and filesystem options. It rejects successful relaxed controls, unrelated failures, stale/restarted processes, mismatched candidates and escaped artifact paths, and supports relocated artifact bundles. The runbook also documents the four existing fresh-volume/bitrot qualification variants.
Validation:
make -j2 fault-check(Linux), including full native strict/relaxed fixture acceptance, relocated bundles and evidence mutation regressions. Two independent final-diff reviews completed.Related PR #99 enables ordinary execution of the four fresh-volume and bitrot recovery variants. The runbook includes their explicit case selectors and artifact validation commands.
Related: rustfs/backlog#2448, rustfs/backlog#2470; GatewayJ#1.