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
readdir getattr and read from snapshot overlay can all race with copy up and read directly from the lower object after it has been modified.
Fixing this will require a "sequence lock" pattern, i.e. check that if object was copied up during read and repeat the read operation from copied up object.
The text was updated successfully, but these errors were encountered:
readdir getattr and read from snapshot overlay can all race with copy up and read directly from the lower object after it has been modified.
Fixing this will require a "sequence lock" pattern, i.e. check that if object was copied up during read and repeat the read operation from copied up object.
The text was updated successfully, but these errors were encountered: