Skip to content

Cosmos SDK "failures" in app insights - "The operation was aborted" #29574

Open

Description

Seeing repeated dependency calls to Cosmos showing up as "failed" in app insights with a result code of 0 and an error of "The operation was aborted".

Seems to happen on POST requests.

Doesn't seem to trigger any exceptions from the SDK, so presumably this is something that's happening internally.

What causes this?

Is it something as basic as determining whether or not to use a query plan? Something else?

Looking to cut down on noise in logs:

  • If there anything on our side that can cut down on the # of calls?
  • If not, is there a combination of criteria that we should be filtering on in our telemetry processor to flag these as success? (presumably there could be other operation aborted errors within the SDK that might be actual errors)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.CosmosService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions