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
This issue points to a problem in the data-plane of the library.Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that