-
Notifications
You must be signed in to change notification settings - Fork 8
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
Failed to heartbeat controller #2046
Comments
Assigned it to me because I think the next steps are just seeing if other fixes (like controller not panicing when getting an error back from calling a verb) make this go away. |
Havent seen this error the past few times we restarted the controllers, closing for now |
This might be back... |
Once we have a k8s env setup for local debugging, we should did into this again. |
Looks like this is the cause:
You can repro locally by doing this:
When I did this, the first heartbeat failed like in the issue description, then the staler controller was reaped, then the next controller heartbeat worked. Seems like everything recovered fine. |
failed to heartbeat controller: duplicate key value violates unique constraint "controller_endpoint_not_dead_idx": conflict
Might be related to this one: #2045
The text was updated successfully, but these errors were encountered: