[MDEV-6583] Replication error Created: 2014-08-14 Updated: 2014-08-14 Resolved: 2014-08-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | james wang | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Please refer to: https://mariadb.atlassian.net/browse/MDEV-5648 I have the same error and wonder if I can ignore/skip this sort of replication errors (Could not execute Update_rows_v1 event on table tableName; Can't find record in 'tableName', Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND; the event's master log mysql-bin.***, end_log_pos ***). Relay bin log extractions:
|
| Comments |
| Comment by Elena Stepanova [ 2014-08-14 ] |
|
Technically you can ignore/skip the errors, see the description of slave_skip_errors variable https://mariadb.com/kb/en/mariadb/documentation/replication-cluster-multi-master/replication/replication-and-binary-log-server-system-variables/#slave_skip_errors . Sergei's comment from Thanks. |
| Comment by james wang [ 2014-08-14 ] |
|
Ok. thanks a lot. please close the ticket |