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
Since #14565, if you have a backup restore and for some reason vttablet crashes mid-restore, things get stuck. vttablet can crash due to things like an OOM error, a crashing server or anything else.
When this happens mysqld will still be shut down as the restore phase shuts it down. The new vttablet started after the crash will fail to start up, because it can't connect to MySQL to verify the DBA grants.
Before the change in #14565 this was not a problem, since the restore step doesn't actually depend on connecting to MySQL at all, so it would be able to retry. It would only warn MySQL was already shut down, but otherwise continue.
Reproduction Steps
Binary Version
since #14565
Operating System and Environment details
-
Log Fragments
-
The text was updated successfully, but these errors were encountered:
Overview of the Issue
Since #14565, if you have a backup restore and for some reason
vttablet
crashes mid-restore, things get stuck.vttablet
can crash due to things like an OOM error, a crashing server or anything else.When this happens
mysqld
will still be shut down as the restore phase shuts it down. The newvttablet
started after the crash will fail to start up, because it can't connect to MySQL to verify the DBA grants.Before the change in #14565 this was not a problem, since the restore step doesn't actually depend on connecting to MySQL at all, so it would be able to retry. It would only warn MySQL was already shut down, but otherwise continue.
Reproduction Steps
Binary Version
since #14565
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: