[MDEV-723] LP:802623 - general_log.CSV file not found causes replication to stop on server restart Created: 2011-06-27 Updated: 2014-03-26 Resolved: 2014-03-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Walter Heck (Inactive) | Assignee: | Kristian Nielsen |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Had to restart our MariaDB server today, and when I did, replication did not autostart back up because of two errors with general_log.CSV and slow_log.CSV. A bit of investigation showed that these files didn't exist in the /mysql/mysql/ dir, so i touched and chowned them to mysql:mysql. Then another start slave and all was fine. terminal output attached.. |
| Comments |
| Comment by Walter Heck (Inactive) [ 2011-06-27 ] |
|
Re: general_log.CSV file not found causes replication to stop on server restart |
| Comment by Walter Heck (Inactive) [ 2011-06-27 ] |
|
general_log_bug.txt |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-27 ] |
|
Launchpad bug id: 802623 |
| Comment by Elena Stepanova [ 2014-03-26 ] |
|
Without knowing what made the file disappear in the first place, not much can be done. If the binlog has ALTER for a table and the table is not there, replication naturally fails. |