docs: reconfigure SET GLOBAL persist race methodology + MariaDB case#236
Merged
Merged
Conversation
Contributor
Author
|
Docs gate HOLD for now. The topic is useful and the split (methodology + MariaDB case) is the right direction, but this PR is not merge-ready yet. Blockers:
After you fix and force-push, I’ll rerun: |
a5e225f to
4001551
Compare
Add an engine-neutral troubleshooting guide for reconfigure actions that only apply runtime state, plus a MariaDB semisync case that shows how a process-level restart can make OpsRequest success revert to chart defaults. The guide documents trigger conditions, symptom checks, evidence collection, a two-layer defense with ParametersDefinition and persisted override files, and a verify gate. The MariaDB case keeps the engine-specific evidence table, timeline, chart fix path, boundaries, and artifact hashes. Update the troubleshoot README and MariaDB case count in SKILL-INDEX.
4001551 to
b051bdb
Compare
This was referenced May 19, 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.
Summary
Sediment a false-success class that any addon team with restart-prone topologies and runtime-only reconfigure semantics may hit.
1. Engine-neutral methodology guide
docs/troubleshoot/addon-reconfigure-set-global-persist-race-guide.mdexplains the case wherereconfigureActiononly runs runtime-apply statements such asSET GLOBAL,CONFIG SET, orALTER SYSTEMwithout persisting to disk, and a later engine process restart wipes the runtime state back to chart defaults.Documents:
2. MariaDB case appendix
docs/cases/mariadb/mariadb-reconfigure-set-global-without-persist-race-case.mdkeeps only the MariaDB-specific evidence: semisync missing ParametersDefinition, switchover / promote restart, stale ConfigMap-mountedmy.cnf, evidence table, timeline, four chart fixes, boundary, and artifact hashes.Index updates
docs/troubleshoot/README.mdadds the new methodology guide entry.docs/SKILL-INDEX.mdbumps MariaDB case count 15 → 16.Test plan
git diff --check origin/main...HEAD