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

execute sql with no response #18

Closed
runkecheng opened this issue Mar 29, 2021 · 2 comments
Closed

execute sql with no response #18

runkecheng opened this issue Mar 29, 2021 · 2 comments

Comments

@runkecheng
Copy link
Collaborator

runkecheng commented Mar 29, 2021

Description of the problem:
After connecting to the master node, the execution of the sql is not responsive(such as creating table), forced exit MySQL re-entry found that the sql has been successfully executed at the master node, but slave node is not synchronized.

How to deploy:
Upload the template to the KubeSphere console deployment.

Deployment parameters:
Default.

Other configurations:
The project name is krypton-deploy and the release name is kryptondb.

@zhyass
Copy link
Contributor

zhyass commented Mar 29, 2021

The length of Master_host is limit to 60 bytes. If the length of Host out of the limit, the field will be truncated.

fix:
Add a limit to the Host

andyli029 added a commit that referenced this issue Mar 29, 2021
charts: add a length limit to the fullname #18
@andyli029 andyli029 reopened this Mar 30, 2021
zhl003 pushed a commit to zhl003/radondb-mysql-kubernetes that referenced this issue Aug 17, 2022
[summary]
The format of host is "fullname"-0."fullname"."namespace".svc.cluster.local,
and the MySQL limits the total length of master_host to 60 byte,
so the length of "fullname" must be limited to '(60-22-len(namespace))/2'.
zhl003 pushed a commit to zhl003/radondb-mysql-kubernetes that referenced this issue Aug 17, 2022
charts: add a length limit to the fullname radondb#18
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

No branches or pull requests

3 participants