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

Allow replace nodes to replace pods in any state #628

Closed
burmanm opened this issue Mar 28, 2024 · 0 comments · Fixed by #634
Closed

Allow replace nodes to replace pods in any state #628

burmanm opened this issue Mar 28, 2024 · 0 comments · Fixed by #634
Labels
done Issues in the state 'done' enhancement New feature or request

Comments

@burmanm
Copy link
Contributor

burmanm commented Mar 28, 2024

What is missing?

Currently our replace nodes task expects the pod to have started to correctly before it starts to replace it. That means ignoring the startTime and any async process verifications. Just simply replace it.

Why is this needed?

Often this isn't the case, but the pod could enter infinite loop on starting and not stay up at all - or it could go up, but the FeatureSet calls fail with error codes that prevent replacing.

@burmanm burmanm added the enhancement New feature or request label Mar 28, 2024
@burmanm burmanm moved this to Assess/Investigate in K8ssandra Mar 28, 2024
@adejanovski adejanovski added the assess Issues in the state 'assess' label Mar 28, 2024
@burmanm burmanm moved this from Assess/Investigate to In Progress in K8ssandra Apr 12, 2024
@adejanovski adejanovski added in-progress Issues in the state 'in-progress' and removed assess Issues in the state 'assess' labels Apr 12, 2024
@adejanovski adejanovski moved this from In Progress to Review in K8ssandra Apr 15, 2024
@adejanovski adejanovski added review Issues in the state 'review' and removed in-progress Issues in the state 'in-progress' labels Apr 15, 2024
@github-project-automation github-project-automation bot moved this from Review to Done in K8ssandra Apr 16, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done' enhancement New feature or request
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants