[MDEV-9632] Galera replication wont start in 10.1.11 Created: 2016-02-25 Updated: 2016-02-25 Resolved: 2016-02-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | wsrep |
| Affects Version/s: | 10.1.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Dzmitry Bradnitski | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | galera, replication | ||
| Environment: |
centos 6.6 x64 |
||
| Attachments: |
|
| Description |
|
After installation of mariadb 10.1.11 downloaded from http://mirror.one.com/mariadb//mariadb-10.1.11/bintar-linux-x86_64/mariadb-10.1.11-linux-x86_64.tar.gz. Mysqld wont run WSREP provider (galera). We use the same configs that we used for 10.0.23. Also starting of replication isn't mentioned in upgrade guide so I suppose it's a bug. Please find error log in attachment. Config file:
|
| Comments |
| Comment by Dzmitry Bradnitski [ 2016-02-25 ] |
|
after adding wsrep_on=ON variable to server.cnf problem gone. But accordingly to docs wsrep_on must be ON by default https://mariadb.com/kb/en/mariadb/galera-cluster-system-variables/#wsrep_on |
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-25 ] |
|
In 10.1, wsrep_on=ON is one of the mandatory settings to enable galera replication. |
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-25 ] |
|
The information about wsrep_on's default value in 10.1 was indeed missing in its KB entry. It has now been updated. |