Closed shlomi-noach closed 1 day ago
Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.
release notes (needs details)
label if users need to know about this change.-
), and have a clear help text.Jobs
should be named in order to mark it as required
.required
, the maintainer team must be notified._vt
tables and RPCs need to be backward compatible.vtctl
command output order should be stable and awk
-able.Attention: Patch coverage is 56.25000%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 67.39%. Comparing base (
216fd70
) to head (4c9eb03
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
When
vreplicator
fails, check if its connection is closed, and if so, reopen it. This addresses https://github.com/vitessio/vitess/issues/17248 where the binlog connection auto closes itself in response to a bad commit (MySQL error1180
), but will just as well apply to any situation where the connection closes. It's imperative to open the connection so as to be able to set state/message.Related Issue(s)
Fixes https://github.com/vitessio/vitess/issues/17248
Checklist
Deployment Notes