[MDEV-5648] some reason slave stopped replication due error Created: 2014-02-11 Updated: 2014-08-14 Resolved: 2014-02-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.7 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Joni-Pekka Kurronen | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 12.04 LTS |
||
| Description |
|
|
| Comments |
| Comment by Sergei Golubchik [ 2014-02-11 ] |
|
This usually happens when master and slave tables go out of sync. There can be many reasons for this to happen. For example, you might have used statement-based replication and executed an "unsafe" (for statement-based) command. Or you might have manually edited tables on the slave. Of course, this could also happen as a result of a bug. If it is, indeed, a bug and you have a test case that shows how to repeat this error, please, don't hesitate to reopen this bug report. |
| Comment by james wang [ 2014-08-14 ] |
|
Hi Sergei, I have the same error. Replication stopped. I wonder if I can just ignore/skip this sort of error? Relay bin log (extraction):
Thanks a lot in advance |
| Comment by james wang [ 2014-08-14 ] |
|
can i comment on closed ticket? |