-
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
Disabling the restore option on the vttablet fails to setup metadata table #4115
Labels
Comments
related to #3753 |
duplicate of #4006, but as this issue is better documented, I'll close the other issue. cc @lokanadhamm |
adsr
added a commit
to adsr/vitess
that referenced
this issue
Nov 29, 2018
Signed-off-by: Adam Saponara <[email protected]>
sougou
added a commit
that referenced
this issue
Dec 16, 2018
Add `-init_populate_metadata` to vttablet (#4115)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the Issue
If
-restore_from_backup
is disabled,vttablet
does not setup the_vt.local_metadata
._vt.local_metadata
is used, among others, by tools likeorchestrator
to get shard information and failover logic.Reproduction Steps
Steps to reproduce this issue, example:
-restore_from_backup
option._vt
database is empty:The issue is
populateMetadataTables
is called only part ofmysqlctl.Restore
.The text was updated successfully, but these errors were encountered: