[MCOL-2100] add skip_name_resolve like Created: 2019-01-22 Updated: 2023-11-21 Resolved: 2019-09-29 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.0.0, 1.2 |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Columnstore is able to use domain names since 1.1.6 Sometimes bad or slow DNS Reolver cause Also for avoiding overhead for IP-address only configuration for performance reasons or/and <skip_name_resolve>n</skip_name_resolve> This is inspired by the same global variable for MariaDB Default is "N" |
| Comments |
| Comment by Richard Stracke [ 2019-01-28 ] |
|
A workaround could be to add all server in the Columnstore cluster in /etc/hosts Also configure nsswitch.conf with hosts: files dns In this case GETADDRINFO() checks /etc/hosts first. |
| Comment by Todd Stoffel (Inactive) [ 2019-09-29 ] |
|
Not necessary after convergence. |