You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redshift cluster resizing failed due to changes found in parameter_group_name even if there is no change in it, which further cause cluster resize operation to fail by below error:
│ Error: error modifying Redshift Cluster (test-cluster): InvalidClusterState: The Cluster is being modified by a concurrent operation. Please check the Cluster's status and try again.
there is no such issue in resize when i fix default redshift parameter group name in plan, it only happen when i try to create parameter group with wlm_json_configuration and reapply it.
when i change the cluster_number_of_nodes based on number it will resize the cluster, but terraform found the change in parameter group and try to apply it on cluster, so the state of cluster changes to modifying and not allowing cluster to resize.
this is happen on every terraform apply.
error: Error: error modifying Redshift Cluster (test-cluster): InvalidClusterState: The Cluster is being modified by a concurrent operation. Please check the Cluster's status and try again.
let me know, if you need further information.
Thanks.
The text was updated successfully, but these errors were encountered:
I checked the open issues of Terraform AWS provider and didn't find anything similar to what you experienced but it seems that it should be the best place to open a new issue.
Normally, there is no simple way in modules to tell Terraform to do one thing and then wait for it to be complete before changing something else in the same resource. It is the responsibility of the Terraform providers.
My vote is that this is a bug in the provider, so I will close it here.
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.
Hi Anton,
Redshift cluster resizing failed due to changes found in parameter_group_name even if there is no change in it, which further cause cluster resize operation to fail by below error:
│ Error: error modifying Redshift Cluster (test-cluster): InvalidClusterState: The Cluster is being modified by a concurrent operation. Please check the Cluster's status and try again.
there is no such issue in resize when i fix default redshift parameter group name in plan, it only happen when i try to create parameter group with wlm_json_configuration and reapply it.
Versions
Reproduction Code
Expected behavior
when i change the cluster_number_of_nodes based on number, it will resize the cluster.
Actual behavior
when i change the cluster_number_of_nodes based on number it will resize the cluster, but terraform found the change in parameter group and try to apply it on cluster, so the state of cluster changes to modifying and not allowing cluster to resize.
this is happen on every terraform apply.
error:
Error: error modifying Redshift Cluster (test-cluster): InvalidClusterState: The Cluster is being modified by a concurrent operation. Please check the Cluster's status and try again.
let me know, if you need further information.
Thanks.
The text was updated successfully, but these errors were encountered: