[MDEV-605] LP:865108 - Could not execute Delete_rows event Created: 2011-10-03 Updated: 2014-11-17 Resolved: 2013-03-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Walter Heck (Inactive) | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Since a few weeks occasionally replication from a 5.2.8 to a 5.2.8 install fails where it was running fine before with no changes in config according to our puppet files. The only change I see on that server is an upgrade from 5.2.7, but I'm not 100% sure that is when it started happening. the repl stops with the full following:
I presume you boys need more info, so feel free to ask |
| Comments |
| Comment by Walter Heck (Inactive) [ 2011-10-18 ] |
|
Re: Could not execute Delete_rows event Could not execute Update_rows event on table yomamma.albums; Can't find record in 'albums', Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND; the event's master log mysql-bin.002006, end_log_pos 680669835 That seems too much of a coincidence to be data drift, right? |
| Comment by Rasmus Johansson (Inactive) [ 2011-10-18 ] |
|
Launchpad bug id: 865108 |
| Comment by Kristian Nielsen [ 2011-10-18 ] |
|
Re: Could not execute Delete_rows event If the row is missing, the problem seems to be data drift, and the bug happened earlier, it is necessary to track down which event was replicated incorrectly to cause this. If the row is missing, it seems to be a problem with the replication of a specific event, ideally we need the relevant binlog and table data to reproduce. |
| Comment by Elena Stepanova [ 2013-03-10 ] |
|
There has been no response in the LP bug report, and we don't have any information to analyze here, so closing it as incomplete. |
| Comment by j [ 2014-11-17 ] |
|
Hello, I just experienced this issue with MariaDB 5.5.40. One node fell over with the same error, but the other kept on chugging along. What information is needed? I have the mysqlbinlog output, the exact query, and log crash information. I can also guarantee that this is not resolved. |
| Comment by Elena Stepanova [ 2014-11-17 ] |
|
Hi, First of all, what do you mean by node? Are you running a Galera cluster or traditional replication? Please describe your replication topology. |
| Comment by j [ 2014-11-17 ] |
|
The environment uses Galera WAN replication through an IPsec VPN with 100ms latency. We have have three nodes, one in each datacenter:
|
| Comment by Elena Stepanova [ 2014-11-17 ] |
|
Thanks. Then, if you don't mind, please create a separate bug report. While the error looks the same (it's generic by nature), it has nothing to do with the reasons of the original report, whatever they were. Galera works quite differently from the traditional replication, e.g. the main suspect "data drift" that was mentioned in earlier comments to this report can hardly apply to your case. In the new report, please provide the exact error that you got, preferably a wide quote from the error log and the structure of the table on which it happened. Then the assignee of the report will ask additional questions. |