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
Certainly nothing in the code yet. I'd be interested in talking about this as a possibility. Perhaps a connector to a lock service that could have some simple default implementation (maybe using unix directory creation which would obviously only work for clients using the same lock filesystem). I can imagine a first stab for be object-level locks/checks could be:
write lock - get a lock for an object (based on storage root plus object id, or full path/URL if object not in a storage root)
blocking writes - check/get same lock as for write
non-blocking write: assumes good update procedure, read root inventory, check version directories (extra version directory indicates write in progress which might then not be an error)
Is there any support for protecting objects from conflicting concurrent requests in this package? Or is any planned?
The text was updated successfully, but these errors were encountered: