[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: |
|
||||
| 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:
See here: 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. |