CosmosDb incerased number of http 449 errors

Dániel Kiss 0 Reputation points
2024-07-23T14:44:19.86+00:00

Hi,

 

Unfortunately, over the last three weeks, we've been experiencing random HTTP 449 errors. This hasn't happened before. We now that that the recommendation is to retry the request, but its not working, we try 10 times these failed requests with no success. Is that a temporary behavior or we need to prepare for this in a regular basis? What can cause these hihgh number of errors? We haven't changed our code, we call CosmosDb the same way as before, and we haven't changed/upgraded the SDK either. Its affecting our production environment, and we have outages because of it.

Best regards,

Daniel Kiss

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,539 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 20,500 Reputation points
    2024-07-23T15:35:24.2933333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    The error means the operation encountered a transient error. This code only occurs on write operations. It is safe to retry the operation with delay.

    https://learn.microsoft.com/en-us/rest/api/cosmos-db/http-status-codes-for-cosmosdb

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    0 comments No comments