[MXS-3670] keine Verbindung zum Server / no connection to server Created: 2021-07-14 Updated: 2021-07-15 Resolved: 2021-07-15 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 2.5.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Thies Meincke | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
SLES 15 |
||
| Description |
|
Nach Upgrade von Maxscale 2.4 auf 2.5 erkennt maxscale den Datenbankserver nicht mehr. Daraufhin haben wir die Konfiguration reduziert bis auf:
maxctrl sagt: Server Down
tcpdump auf DB-Server sagt: keine Kontaktaufname durch maxscale Mit Maxscale 2.4 und obiger Konfig geht alles. -> kein Ansatzpunkt ----------- see above however maxctrl says: Server Down wie applied tcpdump on both maxscale server an database server: not even an attempt to connect the database server. telnet from maxscale server to database server on the given port is working as expected and recognised by tcpdump we downgraded to 2.4: maxscale is working as expected. |
| Comments |
| Comment by markus makela [ 2021-07-14 ] | ||||||
|
If at all possible, having this in English would help us solve the problem faster. | ||||||
| Comment by markus makela [ 2021-07-15 ] | ||||||
|
You don't have a monitor defined that monitors those servers. Add this and it should work:
The reason why this happens is because of the change of the default server state in 2.5 where the servers are no longer assumed to be functional by default. This was done to make sure that servers whose states are not known are not used in any case. | ||||||
| Comment by Thies Meincke [ 2021-07-15 ] | ||||||
|
thanks for the immediate response. Works. I think you should provide this information in the upgrade guide: | ||||||
| Comment by markus makela [ 2021-07-15 ] | ||||||
|
We indeed could include it there even if that isn't the intended way of using MaxScale. |