[MDEV-6492] MariaDB Galera Cluster cant use rsync sst Created: 2014-07-27 Updated: 2014-08-02 Resolved: 2014-08-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.12-galera |
| Fix Version/s: | 10.0.13-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | erkan yanar | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera, sst | ||
| Environment: |
ubuntu 14.04 |
||
| Description |
|
wsrep_sst_rsync can't be used.
And yes there is no support for innodb_disallow_writes
So every sst using "flush tables" is going to fail |
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2014-07-28 ] |
|
We might have to switch to InnoDB as default "InnoDB". |
| Comment by Nirbhay Choubey (Inactive) [ 2014-07-28 ] |
|
>> Jul 27 01:39:08 mgc_1 mysqld: tail: »mysqld-bin.index“ kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden Why is "mysqld-bin.index" missing? |
| Comment by erkan yanar [ 2014-07-29 ] |
|
Ahoi Nirbhay, most likely because wsrep_sst.cc checks for log_bin. So it is going to fail if you can't generate log_bin_index from log_bin |
| Comment by Nirbhay Choubey (Inactive) [ 2014-07-31 ] |
|
http://lists.askmonty.org/pipermail/commits/2014-July/006383.html |
| Comment by Jan Lindström (Inactive) [ 2014-08-01 ] |
|
Ok to push. |
| Comment by Nirbhay Choubey (Inactive) [ 2014-08-02 ] |
|
Fix pushed to maria-10.0-galera. |
| Comment by Nirbhay Choubey (Inactive) [ 2014-08-02 ] |
|
It looks like wsrep_sst.cc did get the right binlog suffix... --binlog 'mysqld-bin' .. but wsrep_sst_rsync script couldn't find it : .. snip .. |