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
151148: backupinfo: fix error handling in desciter r=jeffswenson a=jeffswenson
Previously, the DescIter.Valid would return (false, nil) if the underlying SST iterator was in an error state. This is an "empty" state when it needs to propagate the error.
Fixes: #151144
Release note: Fixes a rare bug in restore where an object storage on restore start could cause restore to report success without creating the restored tables or databases.
Co-authored-by: Jeff Swenson <jeffswenson@betterthannull.com>
0 commit comments