[MDEV-6811] Try to recovery from relay log read problem automatically Created: 2014-09-30 Updated: 2015-11-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Arjen Lentz | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
See error below:
Errors such as these could be transient and automatically handled: the first time it happens at a particular position, the server can automatically stop the slave, reposition to the same master log file and master log pos (or GTID) and start slave again. Of course this action should be reported in the errorlog also. In a nutshell, having replication break on this situation and sit there "until human intervention arrives" is unnecessary, as the server can do exactly what the human would do. |