-
Notifications
You must be signed in to change notification settings - Fork 999
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
2.0.8 crashes in update_galera_set_read_only()
#2393
Comments
Yep, it looks like those are the guilty lines. I'm so sorry about that. i'll make a patch asap. thanks for the report |
here is the patch. sorry for the bug |
Encountered the same issue here. Thanks for patching. For now, I've disabled proxysql on my cluster until the fix is available in a new release (proxysql is more of a nice-to-have in my case), as it looked like it was leading to occasional "Connection refused" errors, which I assume occurred when connections were attempted between proxysql crashing and restarting. |
Fixed in 2.0.9 . Closing |
Excellent, thank you! |
Upgrading from 2.0.7 to 2.0.8, proxysql crashes shortly after startup.
This is on RHEL 7.7 using the official package
I think all relevant configuration is probably already in the log file, but in addition, my setup looks a bit like...
destination_hostgroup
is updated by a scheduler script. (To failover between sites, I set the current live site nodes to read-only=1 and shortly afterwards, set the new site nodes to read-only=0. The scheduler script notices the changes in the runtime_mysql_servers table and updates the query rules appropriately.).I install and configure ProxySQL using Puppet with puppet/proxysql that I help maintain.
The full log, ends with...
i can attach a core dump encrypted with gpg or can mail it privately if needed. I did have a quick look with gdb and maybe the following is enough on its own.
#2290 seems to be the most likely change between 2.0.7 and 2.0.8 that might be causing this issue. @acampoh - is there anything obvious you can spot?
Many thanks,
Alex
The text was updated successfully, but these errors were encountered: