-
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
execute sql with no response #18
Comments
The length of fix: |
andyli029
added a commit
that referenced
this issue
Mar 29, 2021
charts: add a length limit to the fullname #18
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
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.
The text was updated successfully, but these errors were encountered: