[BUG] BlobStore copy : Unexpected header value. Expected response to echo 'x-ms-client-request-id'... #6181
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Storage
Storage Service (Queues, Blobs, Files)
Scenario
Copy content of selected source containers to a target blobstore with
targetBlobClient.copyFromUrlWithResponse
with a spring boot application.Now and then copyFromUrlWithResponse throws a RuntimeException:
Unexpected header value. Expected response to echo 'x-ms-client-request-id: b5b11cab-21b6-4462-a66e-1f16ef7b9498'. Got value '0d7bded4-c93c-4837-a65b-c2b9023abaf0'.
BUT The file was successfully copied even if the exception occurs..
Full Exception
To Reproduce
Does not happen every time. But it always happend when i tried to copy a lot of files from blobstore a to blobstore b
Expected behavior
Triggered copy process without exception
Setup:
The text was updated successfully, but these errors were encountered: