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
In #11520, we removed the local_metadata table from the sidecar db. Along with metadata used for orchestrator integration, this table also used to store 2 additional pieces of information:
// Add backupTime and restorePosition to LocalMetadata
params.LocalMetadata["RestoredBackupTime"] = manifest.BackupTime
params.LocalMetadata["RestorePosition"] = mysql.EncodePosition(manifest.Position)
This information is no longer available on a restored vttablet.
Reproduction Steps
On a running vitess cluster (local example will suffice):
take a backup of a keyspace/shard
restore one of the tablets from backup (or create a new tablet from backup)
there's no way to know what time or position the tablet was restored from
Binary Version
main, v17, v16
Operating System and Environment details
any
Log Fragments
No response
The text was updated successfully, but these errors were encountered:
Overview of the Issue
In #11520, we removed the
local_metadata
table from the sidecar db. Along with metadata used for orchestrator integration, this table also used to store 2 additional pieces of information:This information is no longer available on a restored vttablet.
Reproduction Steps
On a running vitess cluster (local example will suffice):
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: