-
Notifications
You must be signed in to change notification settings - Fork 84
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] The EnsureMysqlConf function calculates mysql parameters incorrectly. #244
Comments
This will cause the |
case1
case2-innodb_buffer_pool_instances should be 2.×
|
after modification:
|
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 14, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 14, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 14, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 14, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 14, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 14, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 15, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 15, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 19, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 19, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 27, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 27, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 27, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
runkecheng
added a commit
to runkecheng/radondb-mysql-kubernetes
that referenced
this issue
Oct 28, 2021
andyli029
added a commit
that referenced
this issue
Oct 28, 2021
*: Fix the setting method of innodb_buffer_pool_instances parameter and change podSpec.Resources name. #244
zhl003
pushed a commit
to zhl003/radondb-mysql-kubernetes
that referenced
this issue
Aug 17, 2022
zhl003
pushed a commit
to zhl003/radondb-mysql-kubernetes
that referenced
this issue
Aug 17, 2022
zhl003
pushed a commit
to zhl003/radondb-mysql-kubernetes
that referenced
this issue
Aug 17, 2022
*: Fix the setting method of innodb_buffer_pool_instances parameter and change podSpec.Resources name. radondb#244
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem
The cpu is calculated with PodSpec.Resources, but PodSpec.Resources is not set as the resource quota of the pod.
https://github.com/radondb/radondb-mysql-kubernetes/blob/main/cluster/cluster.go#L282
To Reproduce
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered: