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

r/internet_gateway: Retry properly on DependencyViolation #1021

Merged
merged 1 commit into from
Jul 8, 2017

Conversation

radeksimko
Copy link
Member

Fixes #181

Root cause of the bug is described in #945 (comment)

In addition to retrying I also added some extra debugging info which should help us in case this problem reoccurs - at least we'll know what ENIs are lying around and what/who created them.

I can confirm through my repro case + debug logs provided by @s-urbaniak that ELB (public one) is one service which can leave IPs around for a while and cause this error, but @s-urbaniak also mentioned that NAT Gateway can be blamed in coreos/tectonic-installer#1017 (comment) so this is possibly wide-spread problem throughout AWS services which allocate public IPs.

btw. We previously ignored unknown errors before, so I'm fixing that too in this PR.

@radeksimko radeksimko added the bug Addresses a defect in current functionality. label Jun 30, 2017
@s-urbaniak
Copy link

@radeksimko Thanks a lot for this PR, that's great! I will include it in our CI pipeline and recheck if we get rid of that flake.

@s-urbaniak
Copy link

/cc @jasminSPC @alexsomesan @Quentin-M

Copy link
Contributor

@catsby catsby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@radeksimko radeksimko merged commit 06486d1 into master Jul 8, 2017
@radeksimko radeksimko deleted the b-aws-igw-detach-fix branch July 8, 2017 11:47
@ghost
Copy link

ghost commented Apr 11, 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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 11, 2020
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error waiting for internet gateway to detach
3 participants