Closed pasztorl closed 3 days ago
Hey there ! Thanks for reporting.
I would check whether the monitoring@%
user is available on the MariaDB server side, and also attempt to connect manually providing its password. There is something wrong with it, maybe a drift in the credentials? MaxScale is attempting to connect using the password plugin and the credentials available in the Secret
.
It is not a credential problem, because the connection success most of the time, but "sometime" randomly not mariadb drops the connection? If I set the backend_connect_attempts to 3 in the maxscale monitor these messages disappears. Interesting that it happends also when the maxscale and the monitored mariadb running on the same host, so it is not a network problem. When I stresstest logins with mariadb client binary sometimes I got connection problem, so maybe that will be a mariadb issue(?) Others not running to this issue?
This issue is stale because it has been open 60 days with no activity.
This issue is stale because it has been open 60 days with no activity.
This issue was closed because it has been stalled for 30 days with no activity.
I"m using latest operator and deployed a maxscale with mariadb async replication.
Messages in maxscale:
Messages in mariadb at the same time:
The networking is ok, I've tested it multiple tools, so no packet loss. Maxscale reports that slave is Down, slave reports it got connection closed without authentication.
How can I debug this problem?
Thanks!