[MDEV-18155] Bogus 'Event truncated', 'Event too big', 'Event invalid' upon SHOW BINLOG EVENTS FROM <pos> Created: 2019-01-06 Updated: 2021-09-30 Resolved: 2020-09-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.1.48, 10.2.35, 10.3.26, 10.4.16, 10.5.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sujatha Sivakumar (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
All attached test cases end with SHOW BINLOG EVENTS FROM 10000, which in all cases causes ER_ERROR_WHEN_EXECUTING_COMMAND with the text Wrong offset or I/O error. Maybe the offset is really wrong, but I don't suppose it should produce the errors in the error log hinting at corruption:
Certainly there are no big events in the binary logs, and I don't think any of them are invalid. I've set the affects versions to 10.3+, because the test case is essentially 10.3-specific. It's very likely that the failures happen in earlier versions as well. I don't think, however, that it's critical to fix them in prior GA releases. |
| Comments |
| Comment by Andrei Elkin [ 2020-09-21 ] |
|
sujatha.sivakumar: Hopefully this one is a dup of |
| Comment by Sujatha Sivakumar (Inactive) [ 2020-09-22 ] |
|
Current issue is fixed as part of Verified the attached tests on latest 10.1.47. Observed that appropriate error is reported as shown below. SHOW BINLOG EVENTS FROM 10000; Hence closing this issue. SHOW BINLOG EVENTS FROM 10000; |
| Comment by Andrei Elkin [ 2020-09-22 ] |
|
sujatha.sivakumar: feels so :sunny:, thank you for that! |