aminueza / terraform-provider-minio

Terraform provider for managing MinIO S3 buckets and IAM Users.
https://registry.terraform.io/providers/aminueza/minio
GNU Affero General Public License v3.0
243 stars 73 forks source link

Error: Plugin did not respond and Request cancelled on bucket delete #586

Open sarg3nt opened 1 month ago

sarg3nt commented 1 month ago

Description

We are using this to talk too a Pure Flashblade's S3 implementation.
It creates buckets fine and up until recently mostly deleted them fine but occasionally timed out waiting for large buckets to delete.
Now it seems to time out very quickly. It does delete a bucket or two but then gives the following errors.

│ Error: Plugin did not respond
│
│ The plugin encountered an error, and failed to respond to the
│ plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may
│ contain more details.
╵
╷
│ Error: Request cancelled
│
│ The plugin.(*GRPCProvider).ApplyResourceChange request was cancelled.
╵
╷
│ Error: Plugin did not respond
│
│ The plugin encountered an error, and failed to respond to the
│ plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may
│ contain more details.
╵

Steps to Reproduce

  1. Deploy some buckets to a Pure Flashblade
  2. Write a lot of data
  3. Delete the buckets

Versions

Minio Provider 2.5.1 OpenTofu v1.8.1