[MXS-2910] Maxscale sometimes (not always!) doesn't authenticate user via Splitter servise Created: 2020-03-03 Updated: 2020-03-05 Resolved: 2020-03-05 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Authenticator |
| Affects Version/s: | 2.1.7 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Dmitry Pronyaev | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian 9, Percona-xtradb-cluster-server-5.7 5.7.20-29.24-1.stretch, maxscale 2.1.7 |
||
| Description |
|
Maxscale works but SOME queries fail with authentification error (it can happen for any user): *020-03-03 13:30:01 error : [MySQLAuth] Client hostname lookup failed, getnameinfo() returned: 'Name or service not known'. These users exist with wildcard like 'user'@'%', most of queries done well. Here are my maxscale permissions on backend servers: GRANT SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIENT ON *. TO 'maxscale'@'172.31.254.61' |
Here is my /etc/maxscale.cnf: *[maxscale] [Splitter Service] [Splitter Listener] [node1] [node2] [Galera Monitor] [CLI] [CLI Listener] |
| Comments |
| Comment by markus makela [ 2020-03-03 ] |
|
Can you try if this happens with the latest 2.4 version of MaxScale? |
| Comment by Dmitry Pronyaev [ 2020-03-03 ] |
|
@markus it's in my production environment. I can try to update it to the latest 2.4 version. Do I need modify my configuration file or it suitable for 2.4 in it's current state? |
| Comment by markus makela [ 2020-03-03 ] |
|
I would first recommend testing the upgrade in a non-production environment. |
| Comment by Dmitry Pronyaev [ 2020-03-05 ] |
|
I've updated maxscale 2.1.7 to 2.4.7 - now I don't have the problem with authentification existing users. |
| Comment by markus makela [ 2020-03-05 ] |
|
Closing as fixed since it works with a newer release. |