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

Add feature to allow waiting for cleanup to finish after ScaleUp #723

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

burmanm
Copy link
Contributor

@burmanm burmanm commented Oct 25, 2024

What this PR does:
Add new annotation cassandra.datastax.com/track-cleanup-tasks that en…ables tracking cleanup after scale up. This will wait for the cleanup to finish before scale up is marked as completed. Also, add a unit test for the CheckRackLabels()

This code is lifted from 1.14.0, but encapsulated with additional annotation checks.

Which issue(s) this PR fixes:
Fixes #722

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CHANGELOG.md updated (not required for documentation PRs)
  • CLA Signed: DataStax CLA

…ables tracking cleanup after scale up. This will wait for the cleanup to finish before scale up is marked as completed. Also, add a unit test for the CheckRackLabels()
@burmanm burmanm requested a review from a team as a code owner October 25, 2024 12:50
Copy link
Contributor

@adejanovski adejanovski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully tested and works just fine 👍

@burmanm burmanm merged commit 97cf685 into k8ssandra:master Nov 18, 2024
47 checks passed
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 this pull request may close these issues.

Add back the ability to track cleanup after scale up
2 participants