-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Closed
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancementTeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Description
Azure storage client has a default of 3 max_retries. The number of retries can be retrieved from the Context
object under the key HttpLoggingPolicy. RETRY_COUNT_CONTEXT
. Today, when tracking number of requests on the client side, we do not count the retries. This means we can underestimate the number of requests that server has processed. This has led to CI failure (#104362). This behaviour is also inconsistent with how we track s3 storage requests where we do include retries. We should consider tracking retries for Azure storage request stats.
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancementTeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.