docs: Add changelog entry for VTOrc InnoDBStalledPrimary analyzer#20170
docs: Add changelog entry for VTOrc InnoDBStalledPrimary analyzer#20170promptless[bot] wants to merge 6 commits into
Conversation
Documents the new InnoDBStalledPrimary analysis code that detects MySQL primaries wedged on an InnoDB latch and triggers ERS recovery. Covers requirements (MySQL 8.0+, valid replicas), detection mechanism (MY-012985 warning in performance_schema.error_log), and the updated innodb_fatal_semaphore_wait_threshold configuration in bundled MySQL configs. See PR #20169 for implementation details.
|
|
||
| The analyzer detects the stall around T=120s, giving ERS time to complete before `mysqld` would self-kill. Operators can override this setting via `EXTRA_MY_CNF`. | ||
|
|
||
| See [#20169](https://github.com/vitessio/vitess/pull/20169) for details. |
There was a problem hiding this comment.
|
I noticed that some CI checks failed for this PR. I'm investigating whether the failures are caused by this suggestion. If they're unrelated or pre-existing, I'll leave this suggestion unchanged and create a separate suggestion if a standalone docs fix is needed. |
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
|
I noticed that some CI checks failed for this PR. I'm investigating whether the failures are caused by this suggestion. If they're unrelated or pre-existing, I'll leave this suggestion unchanged and create a separate suggestion if a standalone docs fix is needed. |
|
I noticed that some CI checks failed for this PR. I'm investigating whether the failures are caused by this suggestion. If they're unrelated or pre-existing, I'll leave this suggestion unchanged and create a separate suggestion if a standalone docs fix is needed. |
|
I noticed that some CI checks failed for this PR. I'm investigating whether the failures are caused by this suggestion. If they're unrelated or pre-existing, I'll leave this suggestion unchanged and create a separate suggestion if a standalone docs fix is needed. |
|
I noticed that some CI checks failed for this PR. I'm investigating whether the failures are caused by this suggestion. If they're unrelated or pre-existing, I'll leave this suggestion unchanged and create a separate suggestion if a standalone docs fix is needed. |
Open this suggestion in Promptless to view citations and reasoning process
Documents the new InnoDBStalledPrimary analysis code in v25.0.0 that detects MySQL primaries wedged on an InnoDB latch and triggers Emergency Reparent Shard (ERS) recovery. Covers requirements (MySQL 8.0+, valid replicas), detection mechanism (MY-012985 warning), and the updated innodb_fatal_semaphore_wait_threshold configuration.
Trigger Events
InnoDBStalledPrimaryto detect stalled InnoDB semaphoresTip: Add or adjust Promptless's style guide in Agent Knowledge Base ✍️