You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have vttablet validate and populate _vt.local_metadata on start up when orchestrator flags are present on the command line. A quick scan of the code indicates that this workflow is only executed during the backup/restore procedure by mysqlctld. If managing mysql directly without mysqlctld, the metadata does not get populated and orchestrator is unable to determine the tablet alias needed during failover.
Use Case(s)
mysql managed independently of mysqlctld.
The text was updated successfully, but these errors were encountered:
Please search the existing issues for relevant feature requests, and use the reaction feature to add upvotes to pre-existing requests.
vitess/go/vt/vttablet/tabletmanager/restore.go
Line 186 in 2e94e3e
Feature Description
Have vttablet validate and populate _vt.local_metadata on start up when orchestrator flags are present on the command line. A quick scan of the code indicates that this workflow is only executed during the backup/restore procedure by mysqlctld. If managing mysql directly without mysqlctld, the metadata does not get populated and orchestrator is unable to determine the tablet alias needed during failover.
Use Case(s)
mysql managed independently of mysqlctld.
The text was updated successfully, but these errors were encountered: