-
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
Use prefix in all vtorc check and recover logs #17526
base: main
Are you sure you want to change the base?
Use prefix in all vtorc check and recover logs #17526
Conversation
This is meant to make recovery actions more easily identified from the logs. See vitessio#17465 Signed-off-by: Eduardo J. Ortega U. <[email protected]>
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
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17526 +/- ##
==========================================
- Coverage 67.70% 67.67% -0.04%
==========================================
Files 1584 1585 +1
Lines 254718 254905 +187
==========================================
+ Hits 172463 172508 +45
- Misses 82255 82397 +142 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Eduardo J. Ortega U. <[email protected]>
@ejortegau is it possible to get a sanitized example of what this looks like? |
* Improved PrefixedLogger consistency between formatted & unformatted logs. * Use PrefixedLogger in more places during vtorc recoveries. Signed-off-by: Eduardo J. Ortega U. <[email protected]>
@timvaillancourt , Added them in the PR's description. |
Description
This is meant to make recovery actions more easily identified from the logs. See #17465
Some examples of recoveries, when running the local example cluster:
Initial recovery for cluster with no primary
Recovering from a stopped MySQL in primary tablet
Related Issue(s)
#17465
Checklist
Deployment Notes
n/a