[MDEV-6391] GTID binlog state not recovered if mariadb-bin.state is removed Created: 2014-06-26 Updated: 2015-02-27 Resolved: 2015-02-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.0.13 |
| Fix Version/s: | 10.0.17 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | gtid, replication | ||
| Description |
|
When a master server starts up, it needs to initialise the binlog GTID state, After a normal shutdown, this happens by reading the mariadb-bin.state file. After a crash, the last binlog file is marked as crashed, and the binlog GTID However, if a normal shutdown took place (so the last binlog file is not A typical way to lose the .state file is if the binlogs are copied to a new |
| Comments |
| Comment by Kristian Nielsen [ 2015-02-27 ] |
|
Pushed to 10.0.17: http://lists.askmonty.org/pipermail/commits/2015-February/007501.html |