[MXS-4750] dynamic_node_detection=false does not work with server hostname, needs IP Created: 2023-09-12 Updated: 2023-09-29 Resolved: 2023-09-29 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | xpandmon |
| Affects Version/s: | 23.08.0 |
| Fix Version/s: | 23.08.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Rahul Joshi (Inactive) | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-191 |
| Description |
|
I was trying to send the loads only to some of nodes by using dynamic_node_detection=false.
When I uncomment IP's and comment hostnames in server entries in the maxscale cnofig file, same user can access through maxscale:
|
| Comments |
| Comment by Johan Wikman [ 2023-09-27 ] | |
|
Could reproduce and the reason for the access denied, is that all servers were down. In the log there is probably an entry like
It seems that it is the health-check ping that does not work whith dynamic_node_detection=false and hostnames. | |
| Comment by Johan Wikman [ 2023-09-28 ] | |
|
The health-check ping does work, but the information was not properly propagated when hostnames were used. |