-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_storage_share_file: upload 2.5GB file crashed the plugin #12925
Comments
I have similar issue with provider 2.80.0. Code:terraform { provider "azurerm" { } resource "azurerm_resource_group" "example" { resource "azurerm_storage_account" "example" { resource "azurerm_storage_share" "example" { resource "azurerm_storage_share_file" "example" { } Error:│ Error: Plugin did not respond Stack trace from the terraform-provider-azurerm_v2.80.0_x5.exe plugin: panic: sync: negative WaitGroup counter goroutine 182 [running]: Error: The terraform-provider-azurerm_v2.80.0_x5.exe plugin crashed! This is always indicative of a bug within the plugin. It would be immensely |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@magodo since you were making related changes to blob uploads recently, any chance you could take a look into this one? |
@tombuildsstuff This is the same issue as #15895, which is fixed in tombuildsstuff/giovanni#56. Once a new release is made for the giovanni, we can upgrade the dependency and get the issue fixed. |
👍 oh cool, I think that got released yesterday fwiw, let me check |
PR to update the dependencies: #16460 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform (and AzureRM Provider) Version
Terraform v1.0.4
on darwin_amd64
Affected Resource(s)
azurerm_storage_share_file
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
Upload the file to the fileshare
Actual Behaviour
file upload crashed after 8 minutes
Steps to Reproduce
Use the code above to upload a file with 2.5GB
terraform apply
Important Factoids
The text was updated successfully, but these errors were encountered: