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

Final command hangs for 5 minutes #2059

Closed
jwaldrip opened this issue May 24, 2015 · 4 comments
Closed

Final command hangs for 5 minutes #2059

jwaldrip opened this issue May 24, 2015 · 4 comments
Labels
waiting-response An issue/pull request is waiting for a response from the community

Comments

@jwaldrip
Copy link
Contributor

Terraform always seems to hang for at least 5minutes on the last command.

@knuckolls
Copy link
Contributor

If you gist a reproduction case, we might be able to help debug this. The DNS resources are certainly slow, but that's because they want for DNS propagation to occur. That could possibly be a problem.

@mitchellh
Copy link
Contributor

The only things I can think of that last 5 minute are route53, RDS, and waiting for ASG. They are "slow" because Terraform waits until AWS reports they're ready, and this takes a long time.

Providers right now cannot output to the UI, so there is a lack of information of what they're doing except in the debug log (which isn't generally UX-friendly since it is a debug log). There is another issue where we'd like to add more output to providers but we haven't been able to do this yet.

But @knuckolls is asking a good question: Can you post a repro case? Can you show us your config? We'd love to help, but need some more context in order to do so!

@mitchellh mitchellh added the waiting-response An issue/pull request is waiting for a response from the community label May 24, 2015
@mitchellh mitchellh changed the title Why is it so slow. Final command hangs for 5 minutes May 24, 2015
@jwaldrip
Copy link
Contributor Author

I think you are right, its hanging on route53 and on autoscaling groups. I think more verbosity here would would help. Configuration is at https://github.com/brandfolder/infrastructure.

@ghost
Copy link

ghost commented May 2, 2020

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.

@ghost ghost locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
waiting-response An issue/pull request is waiting for a response from the community
Projects
None yet
Development

No branches or pull requests

3 participants