-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Performance regression with latest setuptools
#23177
Comments
When packaging an MSI Line 2 in 99c5fb4
is not honored, so the latest |
The new version of cli is completly unusable for me because of this regression. When can we expect this to be fixed? Is the only workaround now to downgrade the azcli? |
How do you define "unusable"? The latest 2.38.0 Azure CLI still only takes acceptable time (~900ms) to execute. This is still must faster than years ago (~2.3s).
|
I have already downgraded to previous version that I used (2.31.0) so cannot check but with 2.37.0 and 2.38.0 it took like 5 seconds for me to get a simple secret value from keyvault. Also refreshing state with terraform took like 3 minutes for new azcli versions and with older versions it is blazingly fast. |
Could you share the command you used? We can help verify. @evelyn-ys
You way report this issue to https://github.com/hashicorp/terraform-provider-azurerm instead. |
It seems with
setuptools
62.6.0 installed,disutils
importssetuptools
andpkg_resources
. This causes some performance regression:Originally posted by @jiasli in #7447 (comment)
The text was updated successfully, but these errors were encountered: