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

[BUG]Dynamically updating the default_time_zone parameter generates an error message, and it is not allowed to modify the default value. Is there any way to change this #8719

Closed
xpy3306 opened this issue Dec 26, 2024 · 2 comments · Fixed by apecloud/kubeblocks-addons#1377
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@xpy3306
Copy link

xpy3306 commented Dec 26, 2024

1、kbcli cluster configure test-mysql --set=default_time_zone='+8:00' -nmysql
error: parameter[[default_time_zone]] is immutable, cannot be modified!

2、kbcli cluster edit-config test-mysql --config-spec=mysql-consensusset-config -nmysql
error: parameter[[default_time_zone]] is immutable, cannot be modified!

The above methods all report that modification is not allowed

@xpy3306 xpy3306 added the kind/bug Something isn't working label Dec 26, 2024
@shanshanying
Copy link
Contributor

default_time_zone is marked as immutabled, that's why it cnanot be udpated.

@shanshanying
Copy link
Contributor

@sophon-zt @xuriwuyun pls help check the parameters of MySQL. It seems some parameters listed in immutableParameters should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants