[MDEV-12306] The main.auth_rpl 'row' test fail in i386 Created: 2017-03-20 Updated: 2023-11-29 Resolved: 2023-11-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Tests |
| Affects Version/s: | 10.1.22 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Ondřej Surý (Inactive) | Assignee: | Marko Mäkelä |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | Debian | ||
| Description |
|
The Debian unstable i386 fails with:
A full build log can be found here: https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.1&arch=i386&ver=10.1.22-1&stamp=1490005100&raw=0 |
| Comments |
| Comment by Ondřej Surý (Inactive) [ 2017-03-20 ] | |||||||
|
Strangely enough, I can't reproduce the issue when building the package locally within i386 chroot (pbuilder). I could ask Debian buildd admins for triggering the build again to see if the issue persists on the buildd machine. | |||||||
| Comment by Ondřej Surý (Inactive) [ 2017-03-22 ] | |||||||
|
And the second rebuild on the Debian i386 infrastructure went well. I would however appreciate if there's some insight why this might have failed, but I understand that a bug not reproducible is not very useful. | |||||||
| Comment by Marko Mäkelä [ 2023-11-29 ] | |||||||
|
A relevant part of the error message is missing in the output, because InnoDB used to split error messages into several lines. I believe that the message wanted to say that the log sequence number is in the future. The explanation could be that replication tests used to (or maybe still do) kill the replica servers (see the mysqld.2.err below) instead of waiting for a graceful shutdown. Maybe the log checkpoints were seriously lagging behind. Ultimately, this could have been fixed by The latest such failure for a main branch is the following:
The latest failure for a non-main branch was 2021-05-25 23 on a 10.2 based branch. |