Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Chaos Target Type List API times out #30673

Open
neil-yechenwei opened this issue Sep 23, 2024 · 4 comments
Open

[BUG] Chaos Target Type List API times out #30673

neil-yechenwei opened this issue Sep 23, 2024 · 4 comments
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Mgmt This issue is related to a management-plane library.

Comments

@neil-yechenwei
Copy link

neil-yechenwei commented Sep 23, 2024

API Spec link

API Spec version

2023-11-01

Describe the bug

Hi team,

Recently we noticed that Chaos Target Type List API would time out. Could you take a look? Thanks.

Request payload:

GET https://management.azure.com/subscriptions/xx-xx-xx-xx/providers/Microsoft.Chaos/locations/westeurope/targetTypes

Error message:

loading results: Get "": context deadline exceeded

Expected behavior

Chaos Target Type List API should execute successfully.

Actual behavior

Chaos Target Type List API would time out

Reproduction Steps

Invoke below api:

GET https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Chaos/locations/westeurope/targetTypes

Environment

PROD

@neil-yechenwei neil-yechenwei added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Sep 23, 2024
@neil-yechenwei neil-yechenwei changed the title [BUG] Chaos Target List API times out [BUG] Chaos Target Type List API times out Sep 23, 2024
@v-jiaodi v-jiaodi added the Mgmt This issue is related to a management-plane library. label Sep 23, 2024
@v-jiaodi
Copy link
Member

@MasterRyd3l Please help take a look, thanks.

@MasterRyd3l
Copy link
Member

I am not able to reproduce this. Can I get a timestamp for this call is made so I can try to find the logs?

@MasterRyd3l
Copy link
Member

btw, ARM apis need to have the api-version url parameter set. I don't see it set in this case.

@MasterRyd3l
Copy link
Member

MasterRyd3l commented Oct 3, 2024

I can see from our logs that the endpoint isn't being called with api-version. see screenshot

image

the two bottom one is mine. the top 4 are around 9/23 and 9/25. both of them failed with a 400 error within 10ms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

No branches or pull requests

3 participants