-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Cosmos
Description
Summary
During a live site investigation, a failure mode was identified where SDK behavior can unintentionally concentrate data-plane traffic on the global endpoint during regional instability. The global endpoint is primarily intended for metadata operations and may lack warm address/partition caches, making it unsuitable for sustained CRUD traffic.
In scenarios where regional write targets are unavailable or excluded, repeated metadata refreshes and retries can cascade into connection failures, retry storms, and elevated CPU usage.
Rust SDK improvement opportunity: dataplane requests should never go to global endpoint. It should only be used for getting the account topology
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Cosmos
Type
Projects
Status
No status
Status
Todo