Closed shlomi-noach closed 4 days 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 25.00000%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 67.44%. Comparing base (
e87457e
) to head (fc64ff9
). Report is 23 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
go/vt/vttablet/onlineddl/executor.go | 0.00% | 9 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Per https://github.com/vitessio/vitess/issues/17162, we add a
--singleton-table
DDL strategy flag, which prevents an Online DDL submission for a table (or view) that is already pending an Online DDL operation.Related Issue(s)
Fixes https://github.com/vitessio/vitess/issues/17162
Documentation: https://github.com/vitessio/website/pull/1881
Checklist
Deployment Notes