[MCOL-4205] Add bind_address override to x-columnstore.cnf Created: 2020-07-21  Updated: 2020-07-21  Resolved: 2020-07-21

Status: Closed
Project: MariaDB ColumnStore
Component/s: installation
Affects Version/s: 1.5.3
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Geoff Montee (Inactive) Assignee: Todd Stoffel (Inactive)
Resolution: Won't Fix Votes: 0
Labels: None

Issue Links:
Relates

 Description   

MariaDB Community Server and MariaDB Enterprise Server install a configuration file at the path /etc/mysql/mariadb.conf.d/50-server.cnf on Debian and Ubuntu.

This file contains the following line:

# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address            = 127.0.0.1

See here:

https://github.com/mariadb-corporation/MariaDBEnterprise/blob/10.5.4-2/debian/additions/mariadb.conf.d/50-server.cnf#L28

According to the multi-node ColumnStore installation instructions from toddstoffel, this configuration line needs to be removed for multi-node ColumnStore to work. It does not seem like a good idea to make users remove this line themselves. In my opinion, the installation process should be more user friendly.

We could work around this issue by making x-columnstore.cnf override the value by setting bind_address=0.0.0.0. x-columnstore.cnf already has a similar override for plugin_maturity.


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