[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
MCOL-1551

Sometimes bad or slow DNS Reolver cause
"MessageQueueClient :: setup (): unknown name or service"
also for IP-addresses.

Also for avoiding overhead for IP-address only configuration for performance reasons or/and
make Columnstore more independent from DNS Reolver adding a config value

<skip_name_resolve>n</skip_name_resolve>

This is inspired by the same global variable for MariaDB

skip_name_resolve

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.

Generated at Thu Feb 08 02:33:43 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.