-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mysqld: capture mysqlbinlog std error output #15278
Mysqld: capture mysqlbinlog std error output #15278
Conversation
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
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 wonder if we should backport it to |
Sample imposed/synthetic error:
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #15278 +/- ##
=======================================
Coverage 67.44% 67.45%
=======================================
Files 1561 1561
Lines 193193 193203 +10
=======================================
+ Hits 130304 130318 +14
+ Misses 62889 62885 -4 ☔ View full report in Codecov by Sentry. |
👍 from me, not that my vote counts for much. ;) |
Can this be included in v19 release? I believe it would help a lot in debugging the issue with failing PITR in k8s env... |
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Description
See #15277 for description.
This captures
mysqlbinlog
executable's stderr just like we do formysql
excutable's, and reports it upon error.Related Issue(s)
Fixes #15277
Checklist
Deployment Notes