chore(deps): bump busybox from 1.37 to 1.38 in /docker#1
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump busybox from 1.37 to 1.38 in /docker#1dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps busybox from 1.37 to 1.38. --- updated-dependencies: - dependency-name: busybox dependency-version: '1.38' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
MattJackson
added a commit
that referenced
this pull request
Jun 8, 2026
…ing, LastSync correctness Full hardening pass on the cross-cluster replication engine (decided: full). Proportionate to a single-writer control plane — gating + epoch/CAS, NOT consensus. Data safety: - Promotion gating: pickHealthiestReplica now excludes never-synced (LastSync zero), HealthStale, and HealthBroken replicas. If no acceptably-fresh replica exists, auto-failover is SKIPPED + audited (reason=no acceptably-fresh replica) rather than promoting an empty/stale backend and silently losing the recoverable primary's data. - LastSync high-water-mark: recordSuccess advances LastSync only when the tick fully drains the diff; a truncated tick (>MaxBatchPerTick changes, or computeDiff hit the scan cap) stays 'lagging' and leaves LastSync so the next tick re-scans the tail — fixes the silent permanent strand of objects 101+. Deletes route through recordDeleteSuccess and never advance LastSync (a delete moves no content; bumping the watermark could shadow un-replicated objects). Fencing (lightweight, monotonic, auditable): - Add FederatedBucket.FailoverEpoch (back-compat: absent=0). triggerAutoFailover bumps epoch on promotion and stamps epoch=N into the audit event. - store.PromoteWithEpoch does a compare-and-swap under the store lock: the promotion persists only if the stored epoch still matches what the watchdog read; a stale/concurrent promotion is rejected (ErrEpochChanged) + audited, no clobber. Regular Update unchanged for non-promotion edits. Tests (-race): never-synced/stale not promoted; eligible promoted + epoch increments + old primary demoted; stale-epoch CAS rejected; >100-object tick fully replicates across ticks. go build/test ./... + -race green.
8c35925 to
7d939a8
Compare
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.
Bumps busybox from 1.37 to 1.38.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)