-
Notifications
You must be signed in to change notification settings - Fork 519
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: revert ClickHouse replicas number #1392
fix: revert ClickHouse replicas number #1392
Conversation
Absolutely. |
Thanks. |
@Mokto Sorry but I think we might need to do the same thing with the replicas of |
Thanks for the heads up |
I think its the same for Kafka Controllers isnt it? |
Well it was a major version bump from 23.x.x to 24.x.x and it was described as a breaking change in the changelog |
That's true. Maybe I should kept the values from 24.0.0. It's up to everyone to update the replica values |
Yeah major version with breaking changes and WITHOUT upgrade instructions. I'm using this chart for years now and thinks like that don't happen the first time. |
Seems pretty clear to me that if you upgrade without reviewing the change it will break https://github.com/sentry-kubernetes/charts/blob/74a9838390d9320cfab57f7588f48586f8597737/charts/sentry/CHANGELOG.md#-breaking-changes |
But its missing here https://github.com/sentry-kubernetes/charts/blob/74a9838390d9320cfab57f7588f48586f8597737/README.md Also its not clear what exactly to change. Which replicas are safe to scale down and which are not. As we see, Clickhouse is not save to scale down and Kafka is not even working scaled down after clean install: #1394 |
I reverted the change again in 25.0.0. And added it to the changelog, just in case. even though it was stated in the release notes |
@Mokto well, now clickhouse replica is in the wrong section again so it uses default value of clickhouse chart with 3 replicas... |
What a mess. it's fixed, sorry about that. |
Revert the ClickHouse replicas value modified by this previous PR:
AFAIK you can't simply change the number of ClickHouse replicas on an existing installation and except it to work
As of today, in this chart setting x ClickHouse replicas will result in x shards created so the data is split across multiple servers.
I suggest we simply revert this for now.
I understand it would be great to provide better defaults for anyone doing a fresh install of this chart, so I think the best course of action would be to integrate the change I reverted in a major version release instead and inform on the consequences of this change.