-
Notifications
You must be signed in to change notification settings - Fork 2
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
GMA : http2: frame too large #90
Comments
Thank you for reporting the issue. Let me investigate it and come with a solution to you. |
As a short-term solution you can stop the agent for now by running To make it smoother, can you give us a little bit more details on how you configured Galera Manager? Did you use |
Thank you for the response. On the LXC container: CT-MARIADB-GM:apt install curl software-properties-common
curl -sO https://galeracluster.com/galera-manager/gm-installer
chmod +x gm-installer
./gm-installer install
Configuration : On the LXC container: CT-MARIADB-NODE1:mkdir .ssh
chmod 700 .ssh
nano .ssh/authorized_keys
ssh-rsa XXXXXXXXXXXXXXXXXXXX
chmod 600 .ssh/authorized_keys apt-cache search ca-certificates
mv /tmp/localCA.pem /usr/local/share/ca-certificates/localCA.crt
sudo update-ca-certificates On the LXC container: CT-MARIADB-GM:Management > maria-cluster > : > Add node On the LXC container: CT-MARIADB-NODE1:mv /tmp/xxxxxx1.key /etc/ssl/certs/xxxxxx1.key
mv /tmp/xxxxxx1.crt /etc/ssl/certs/xxxxxx1.crt
nano /etc/mysql/mariadb.cnf
service mariadb restart Then on CT-MARIADB-GM and the CT-MARIADB-NODEX, I simply did an |
I've just updated galera-manager to version 1.8.4 and wondered about the red dot next to the node-icons. I'm not sure if I just never noticed it before or if that's new. Looking at the logs on one of the nodes I found the same messages as you @ketomagasaki I'm running 2 clusters (1xDev, 1xProd) both configured and managed via the same Galera-Manager-Instance. If I can help with any other information, just let me know! |
Apparently this is still broken. Joy. |
yes, it indeed is |
This seems to still be a problem. Is there any progress on a fix? I just installed Ubuntu 22.04 on 4 servers 1 for GM and 3 for db's with the same error after setting up mariadb 10.11. |
Oct 25 23:50:30 ip-172-31-3-3 gma[1923]: time="2024-10-25T23:50:30Z" level=error msg="Error while serving: rpc error: code = Unavailable desc = connection error: desc = "error reading server preface: http2: frame too large"; sleeping for 1 second" see this on ubuntu 22.04 on the host that GM deployed. It is all in /var/log/syslog - very verbose |
Any workarounds available? |
any updates? |
Still nothing? |
Hello,
In search of what is filling my log files, I am looking on the client side. On the client, I have 2 errors in a loop, but I will focus on the first one. Here are the logs from a Node journalctl -e:
Apparently, GMA stands for Galera Manager Agent, and the indicated error is generally caused by a TLS problem.
But here I'm stuck; I can't find where GMA is configured or where the client's config files that GMA uses are located so that I can tell it to:
Do you have any idea on this matter?
Thank you.
The text was updated successfully, but these errors were encountered: