You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored and
wei
committed
fix(mysql): orc switchover must fail closed when Orchestrator is unreachable
Stop merging orchestrator-client stderr into command substitutions:
error text was parsed as a master name / instance list, making the two
skip-guards exit 0 and a failed switchover report success. Check the
client exit code explicitly and exit non-zero on query failure; count
instances from non-empty lines only; include the real exit code in the
failure message.
Fixes#3077
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments