-
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
Online DDL: followups in multiple trajectories #6901
Online DDL: followups in multiple trajectories #6901
Commits on Oct 19, 2020
-
online DDL identify to throttler with appname; throttler can throttle…
… an app by breaking its name to tokens Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 587fb2f - Browse repository at this point
Copy the full SHA 587fb2fView commit details -
using shlex for better parsing online-ddl command line options
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3a7907 - Browse repository at this point
Copy the full SHA a3a7907View commit details -
applying DDL changes on schema_migrations. Adding 'tablet' column to …
…persist original tablet alias that executed the migration. Adding 'retries' counter column Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f70f83 - Browse repository at this point
Copy the full SHA 4f70f83View commit details -
artifacts cleaned up on migration retries; artifacts ever appended
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e423f17 - Browse repository at this point
Copy the full SHA e423f17View commit details -
refactor: use mysql IsSchemaApplyError
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0c09044 - Browse repository at this point
Copy the full SHA 0c09044View commit details
Commits on Oct 20, 2020
-
identifying a tablet failure scenario during a migration. This leads …
…the way to retrying a migration after failover Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3edc848 - Browse repository at this point
Copy the full SHA 3edc848View commit details -
Merge remote-tracking branch 'upstream/master' into online-ddl-schema…
…-updates Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 37c01d2 - Browse repository at this point
Copy the full SHA 37c01d2View commit details
Commits on Oct 22, 2020
-
retry a migration that failed during to a tablet failure
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2b91caa - Browse repository at this point
Copy the full SHA 2b91caaView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6efc3d5 - Browse repository at this point
Copy the full SHA 6efc3d5View commit details
Commits on Nov 1, 2020
-
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 129c88e - Browse repository at this point
Copy the full SHA 129c88eView commit details -
Merge remote-tracking branch 'upstream/master' into online-ddl-schema…
…-updates Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f74d69 - Browse repository at this point
Copy the full SHA 9f74d69View commit details
Commits on Nov 4, 2020
-
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1382f7c - Browse repository at this point
Copy the full SHA 1382f7cView commit details -
updating progress column as received by gh-ost (no equivalent for pt-…
…osc) Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0db74b5 - Browse repository at this point
Copy the full SHA 0db74b5View commit details
Commits on Nov 5, 2020
-
vttablet's VExec supports AddOrReplaceInsertColumnVal() function
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 344a941 - Browse repository at this point
Copy the full SHA 344a941View commit details -
vttablet's VExec supports AddOrReplaceInsertColumnVal() function
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8261457 - Browse repository at this point
Copy the full SHA 8261457View commit details -
for backwards compatibility, vtctld does not send dummy table column,…
… and tablet does not expect tablet column in VExec; instead, tablet column is planted into the INSERT query Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2984d16 - Browse repository at this point
Copy the full SHA 2984d16View commit details