We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checklist:
Describe the bug
Rollout is stuck, due to persistent the object has been modified error during reconciliation.
the object has been modified error
There is race condition between rollouts informer watch and writeBackToInformer https://github.com/argoproj/argo-rollouts/blob/v1.7.2/rollout/controller.go#L454.
writeBackToInformer
To Reproduce
Bingo - we have stale data in the informer.
Maybe related to #3316
Expected behavior
not stuck
Screenshots
Version
1.7.2
Logs
only on screenshot
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist:
Describe the bug
Rollout is stuck, due to persistent
the object has been modified error
during reconciliation.There is race condition between rollouts informer watch and
writeBackToInformer
https://github.com/argoproj/argo-rollouts/blob/v1.7.2/rollout/controller.go#L454.
To Reproduce
Bingo - we have stale data in the informer.
Maybe related to #3316
Expected behavior
not stuck
Screenshots
Version
1.7.2
Logs
only on screenshot
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: