Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.60.0
-
None
Description
Currently write to Azure is suspended when operation error code is
StorageErrorCodeStrings.OPERATION_TIMED_OUT
Writing should be denied for other errors as well:
- com.microsoft.azure.storage.StorageException: The specified resource does not exist
- com.microsoft.azure.storage.StorageException: The lease ID specified did not match the lease ID for the blob
- com.microsoft.azure.storage.StorageException: The server is busy
- com.microsoft.azure.storage.StorageException: An unknown failure occurred : Connection reset
- com.microsoft.azure.storage.StorageException: The specified blob does not exist
- com.microsoft.azure.storage.StorageException: Operations per second is over the account limit
- com.microsoft.azure.storage.StorageException: An unknown failure occurred : Network is unreachable (connect failed)
- com.microsoft.azure.storage.StorageException: Server encountered an internal error. Please try again after some time
Attachments
Issue Links
- links to