Open shlomi-noach opened 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 0%
with 44 lines
in your changes missing coverage. Please review.
Project coverage is 67.37%. Comparing base (
c5d0ecc
) to head (ba6d68a
).
Files with missing lines | Patch % | Lines |
---|---|---|
go/vt/vttablet/onlineddl/executor.go | 0.00% | 34 Missing :warning: |
go/vt/vttablet/onlineddl/vrepl.go | 0.00% | 10 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
A new column in
schema_migrations
:vreplication_lag_seconds
publishes thevreplication
(rather,vplayer
) lag on a vreplication migration. This is computed by the higher difference of vreplication's time updted and transaction timestamp compared with time now.This just adds more visibility into the underlying workflow.
Related Issue(s)
https://github.com/vitessio/vitess/issues/17264
Checklist
Deployment Notes