[MDEV-7067] Server outputs Galera (WSREP) information, even if Galera is disabled Created: 2014-11-11 Updated: 2015-07-08 Resolved: 2015-05-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Tim Callaghan (Inactive) | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | galera | ||
| Issue Links: |
|
||||||||
| Description |
|
Downloaded MariaDB 10.1.1 tarball, unpacked and initialized database, started MariaDB. Left all wsrep server variables at defaults. Server is reporting WSREP information even though Galera is disabled by default, which is confusing.
|
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2015-04-08 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-April/007729.html |
| Comment by Nirbhay Choubey (Inactive) [ 2015-04-08 ] |
|
serg Could you please review the patch? |
| Comment by Nirbhay Choubey (Inactive) [ 2015-05-22 ] |
|
serg Can you please review this updated patch? |
| Comment by Nirbhay Choubey (Inactive) [ 2015-05-29 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-May/007973.html |
| Comment by Sergei Golubchik [ 2015-05-29 ] |
|
ok to push |
| Comment by Nirbhay Choubey (Inactive) [ 2015-05-29 ] |
|
Patch : https://github.com/MariaDB/server/commit/903cfde149778daf67d21144a1172e1ef998599e |
| Comment by Jean-François Gagné [ 2015-06-11 ] |
|
Still some WSREP in 10.1.5. On startup: [...] On shutdown: 2015-06-10 15:14:41 140177669834496 [Note] /usr/sbin/mysqld: Normal shutdown |
| Comment by Nirbhay Choubey (Inactive) [ 2015-06-11 ] |
|
Hi jgagne! As cluster configurations are mostly dynamic, a dummy wsrep loaded in needed to fill-in. Thanks! |
| Comment by Nirbhay Choubey (Inactive) [ 2015-07-08 ] |
|
Hi jgagne! I have pushed the following changes to remove wsrep-related stuff if sever https://github.com/MariaDB/server/commit/8154ef4b16fe140a42f3e90903192bb3b0fec041.patch Thanks for reporting. |