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
restore: prevent retry loop after failed full cluster online restore
Previously, if online restore failed on a full cluster restore, it would
get stuck in a retry loop in its attempt to set all descriptors offline.
Those descriptors would include the temporary system tables, which were
dropped at the end of the link phase. This patch updates online restore
recovery to ignore these dropped descriptors instead of failing.
Epic: CRDB-51394Fixes: #148088
Release note: Online restore no longer gets stuck in a retry loop when
reverting after a failed or canceled download job.
0 commit comments