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

RPC ERROR on deleting EMR cluster on TF v0.12.16 provider (aws- 3.18.0) #17015

Closed
nivreddy14 opened this issue Jan 8, 2021 · 4 comments · Fixed by #20871
Closed

RPC ERROR on deleting EMR cluster on TF v0.12.16 provider (aws- 3.18.0) #17015

nivreddy14 opened this issue Jan 8, 2021 · 4 comments · Fixed by #20871
Labels
bug Addresses a defect in current functionality. service/emr Issues and PRs that pertain to the emr service.
Milestone

Comments

@nivreddy14
Copy link

nivreddy14 commented Jan 8, 2021

I see the problem when deleting EMR cluster on TF v0.12.16 provider (hashicorp/aws) 3.18.0, could someone please suggest the fix

module.emr_cluster.aws_emr_cluster.emr_cluster: Refreshing state... [id=j-*********]

Error: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (4246485 vs. 4194304)

I have included the step under ignore_changes section but could see liststeps on debug logs when Terraform plan is run

  lifecycle {
      ignore_changes = [kerberos_attributes, step, configurations_json]
  }

Never faced this problem on Terraform 0.11

Originally posted by @nivreddy14 in #14976 (comment)

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jan 8, 2021
@ewbankkit ewbankkit added the service/emr Issues and PRs that pertain to the emr service. label Jan 8, 2021
@rednuht
Copy link

rednuht commented Feb 15, 2021

Related to: #9888

@nokernel
Copy link

yep duplicate of #9888.

@justinretzolk justinretzolk added bug Addresses a defect in current functionality. and removed needs-triage Waiting for first response or review from a maintainer. labels Sep 13, 2021
@github-actions github-actions bot added this to the v4.12.0 milestone Apr 28, 2022
@github-actions
Copy link

This functionality has been released in v4.12.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/emr Issues and PRs that pertain to the emr service.
Projects
None yet
5 participants