-
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
Bug Report: OnlineDDL migrations fail when keyspace has thousands of tables #17059
Labels
Comments
mattlord
added
Type: Bug
Component: Online DDL
Online DDL (vitess/native/gh-ost/pt-osc)
labels
Oct 23, 2024
The problem seems to be related to the sentry table that is created. We create that table and then wait for its event to be replicated here: vitess/go/vt/vttablet/onlineddl/executor.go Lines 942 to 956 in 11a655c
And we hit the cutover migration's 10 second timeout before it's replicated. |
This test case passes when specifying the longer cutover timeout:
|
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the Issue
On keyspaces that have thousands of tables, OnlineDDL migrations are unable to complete.
Reproduction Steps
With the final output being this, which shows that the VReplication workflow itself seems to be fine, but the OnlineDDL migration is stuck:
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: