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

Clean up pod status for already deleted pods #291

Closed
yersan opened this issue Feb 7, 2024 · 0 comments · Fixed by #292
Closed

Clean up pod status for already deleted pods #291

yersan opened this issue Feb 7, 2024 · 0 comments · Fixed by #292

Comments

@yersan
Copy link
Collaborator

yersan commented Feb 7, 2024

Once a pod is scaled down, the Operator will reconcile the pod status when the cluster emits the delete event of the recycled pod. However, there could be a case where the workload is scaled up again before processing this event. That will result in inconsistency and the pod could be started with SCALING_DOWN_CLEAN. That could affect the TX recovery if the pod is scaled down again before moving it to ACTIVE.

yersan added a commit to yersan/wildfly-operator that referenced this issue Feb 7, 2024
yersan added a commit to yersan/wildfly-operator that referenced this issue Feb 7, 2024
yersan added a commit to yersan/wildfly-operator that referenced this issue Feb 7, 2024
yersan added a commit to yersan/wildfly-operator that referenced this issue Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant