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
If cluster A turned on log backup and doing a full restore, log backup will need to lock the log backup external storage and copy the SST from full restore. However, if cluster B is doing restore using cluster A's backup,. it also needs to get read lock for the same external storage, which leads to blocking. Two ops should be able to work at the same time and we could relax the locking