forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vitess Online DDL atomic cut-over (vitessio#11460) (#106)
* cut-over with sentry table * wait for rename via channel; write extra transaction post LOCK * add stage info * reduced wait-for-pos timeout. Improved stage logic * cleanup * more cleanup * even more cleanup * context timeout * preserve stage by disabling deferred stage changes * killing rename query upon error * increase test timeout * fix defer ordering * log.info * add and populate cutover_attempts column * search PROCESSLIST with LIKE * code comment * making a variable more local * literal string Signed-off-by: Shlomi Noach <[email protected]> Co-authored-by: Shlomi Noach <[email protected]>
- Loading branch information
1 parent
508442d
commit 67543ee
Showing
3 changed files
with
220 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.