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
azmi getblob/setblob shoud be an ataomic transaction.
If setblob fails halfway through, then the process should roll back and an old version of file should persist.
If getblob is called on a file that is currently being written by setblbob, then either getblob should wait or download the old version of the file. Either way, the behaviour shoud be documented in azmi.
The text was updated successfully, but these errors were encountered:
azmi getblob/setblob shoud be an ataomic transaction.
If setblob fails halfway through, then the process should roll back and an old version of file should persist.
If getblob is called on a file that is currently being written by setblbob, then either getblob should wait or download the old version of the file. Either way, the behaviour shoud be documented in azmi.
The text was updated successfully, but these errors were encountered: