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
156149: restore: fix retry revert stuck in reverting r=jeffswenson a=kev-cao
Previously, if a reverting restore job was paused after dropping its descriptors and then resumed, the restore job would get stuck in a retry loop due to missing descriptors.
This commit adds a field in the restore details that can be set once descriptors have been dropped during restore cleanup. This allows us to avoid attempting to drop descriptors if they have already been dropped.
Fixes: #156019
Release note: Restore no longer gets stuck in a retry loop when reverts are attempted twice.
156386: WORKSPACE: bump go 1.25 to pick up goroutine labels r=dt a=dt
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: David Taylor <[email protected]>
0 commit comments