[MDEV-15831] wsrep configurations active even when wsrep is not used Created: 2018-04-09 Updated: 2018-04-09 Resolved: 2018-04-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | wsrep |
| Affects Version/s: | 10.2.7 |
| Fix Version/s: | 10.2.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Wagner Bianchi (Inactive) | Assignee: | Sachin Setiya (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Folks, I run a master with two slaves replication cluster with MariaDB Server with wsrep API not configured as I don't need that. Today, I see the below message on the logs of one of the slaves:
The wsrep API is like below currently:
It seems the variabvles above set to ON is in effect even if the wsrep or galera api is not being used or disabled. My question, is that correct to say? In any case, I just entered the below to avoid to seeing this confusing message again.
|
| Comments |
| Comment by Wagner Bianchi (Inactive) [ 2018-04-09 ] |
|
It's fixed at https://jira.mariadb.org/browse/MDEV-14001 |
| Comment by Wagner Bianchi (Inactive) [ 2018-04-09 ] |