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 support for DSE 6.9 and HCD #662

Merged
merged 7 commits into from
May 30, 2024
Merged

Conversation

burmanm
Copy link
Contributor

@burmanm burmanm commented May 29, 2024

What this PR does:
Adds support for DSE 6.9 and HCD. Removes DSE 7.x.x support.

  • DSE 6.9 behaves like DSE 6.8 installations
  • HCD behaves like Cassandra 4.1 and newer installations

Which issue(s) this PR fixes:
Fixes #659
Fixes #660

Checklist

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

@burmanm burmanm requested a review from a team as a code owner May 29, 2024 14:04
@burmanm
Copy link
Contributor Author

burmanm commented May 29, 2024

k8ssandra-client to use in image_config:

k8ssandra-client: "k8ssandra/k8ssandra-client:16a31a04"

@burmanm
Copy link
Contributor Author

burmanm commented May 30, 2024

That node_replace failure is the only real one - but it's not caused by this PR (and it's a failure in the test code / management-api, it seems pkill doesn't suddenly work in our images anymore).

The process of replacing node still works.

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 with HCD and 6.9 👍

@burmanm burmanm merged commit 8d34919 into k8ssandra:master May 30, 2024
34 of 39 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 support for DSE 6.9 Add HCD support
2 participants