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

Gateway reconciler retries immediately instead of sleeping for 20 sec then retry, when the gateway haven’t yet changed to its desired state #270

Closed
zijun726911 opened this issue Jun 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@zijun726911
Copy link
Contributor

Gateway reconciler retries immediately instead of sleeping for 20 sec then retry, when the gateway haven’t yet changed to its desired state(i.e. if code return errors.New(LATTICE_RETRY) in the middle of reconciliation process )

My observation is this could be a regression issue, We didn't have this problem before until release v0.0.11?

@zijun726911 zijun726911 changed the title Gateway reconciler retry immediately instead of sleeping for 20 sec then retry, when the gateway haven’t yet changed to its desired state Gateway reconciler retries immediately instead of sleeping for 20 sec then retry, when the gateway haven’t yet changed to its desired state Jun 14, 2023
@zijun726911 zijun726911 added the bug Something isn't working label Jun 14, 2023
@solmonk
Copy link
Contributor

solmonk commented Jul 20, 2023

Not experiencing this after #287, should not fall into loop after the timestamp change.

@solmonk solmonk closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants