question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Transient issue with mismatch x-ms-client-request-id error occurring when upgrading to Azure.Storage.Blobs v12.15.0

See original GitHub issue

Library name and version

Azure.Storage.Blobs v12.15.0

Describe the bug

A transient issue is occurring where upgrading to v12.15.0 of Azure.Storage.Blobs will cause a transient issue where the following client side SDK error will occur.

Response x-ms-client-request-id '<response-client-request-id>' does not match the original expected request id, '<original-client-request-id>'.

Downgrading to Azure.Storage.Blobs v12.14.1 helps mitigate the issue.

We were not able to get logs to confirm the mismatch in client request id. We were also not able to get a network trace on whether the issue was in a proxy or firewall or cache changing the x-ms-client-request-id.

So far doesn’t seem like the issue is in Azure.Core

Expected behavior

A transient error of mismatch client request id does not occur.

Actual behavior

Mismatch client request id error occurs.

Reproduction Steps

n/a

Call any Storage API

Environment

Azure.Storage.Blobs v12.15.0 AKS cluster

Issue Analytics

  • State:closed
  • Created 6 months ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
amnguyecommented, Mar 23, 2023

We’re aiming to see if we can do a release next week with just the change to point at the latest Azure.Core release.

Will update the thread if anything changes.

0reactions
amnguyecommented, Mar 24, 2023

@vedion We were actually able to release today. So when available please upgrade to Azure.Storage.Blobs v12.5.1 which points at Azure.Storage.Common v12.14.1 which points at Azure.Core 1.30.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot client application errors in Azure Storage ...
This article helps you investigate client application errors by using metrics, client side logs, and resource logs in Azure Monitor.
Read more >
Azure Storage Explorer troubleshooting guide
The app can connect to storage accounts hosted on Azure, national clouds, and Azure Stack. This guide summarizes solutions for issues that are ......
Read more >
Azure Blob Storage "Authorization Permission Mismatch ...
To solve this problem, I went to Azure > Storage account > Access Control (IAM) and added the Storage Blob Data Contributor role...
Read more >
Fails to mount an Azure Blob storage container
This article provides possible causes and solutions for errors that cause the mounting of an Azure Blob storage container to fail.
Read more >
Monitor and troubleshoot Azure Storage (classic logs & ...
The Diagnosing storage issues section describes how to diagnose issues using Azure Storage Analytics Logging (Storage Logging). It also ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found