-
Notifications
You must be signed in to change notification settings - Fork 80
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
fix: support 3.x to 4.x upgrades when num_tokens are not set in k8ssandraCluster #1118
Conversation
Signed-off-by: Karol Szwaj <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1118 +/- ##
==========================================
+ Coverage 57.34% 57.38% +0.03%
==========================================
Files 100 100
Lines 10193 10233 +40
==========================================
+ Hits 5845 5872 +27
- Misses 3836 3845 +9
- Partials 512 516 +4
|
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
1e6b17f
to
016f1f5
Compare
Signed-off-by: Karol Szwaj <[email protected]>
016f1f5
to
be53ad3
Compare
Signed-off-by: Karol Szwaj <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
The upgrade from 3.11.14 -> 4.1.3 does not work as intended if the num_tokens is not manually set (it will fail to "trying to change num_tokens"), so it didn't correctly fetch the existing ones in that sense. But I'll create a follow-up ticket to fix that. |
Thank you for the PR. |
What this PR does:
Which issue(s) this PR fixes:
Fixes #1119
Checklist