Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.6(EOL)
-
None
Description
MTR test rpl.master_last_event_time_stmt fails with the following result length mismatch:
rpl.master_last_event_time_stmt 'stmt' w12 [ fail ]
|
Test ended at 2024-08-15 07:35:57
|
|
CURRENT_TEST: rpl.master_last_event_time_stmt
|
--- /home/buildbot/amd64-debian-11-msan-clang-16/build/mysql-test/suite/rpl/r/master_last_event_time_stmt.result 2024-08-15 05:17:51.000000000 +0000
|
+++ /home/buildbot/amd64-debian-11-msan-clang-16/build/mysql-test/suite/rpl/r/master_last_event_time_stmt.reject 2024-08-15 07:35:54.501439893 +0000
|
@@ -59,7 +59,8 @@
|
master <> NULL; Should be 1
|
1
|
master_time == slave_time ; Should be 1
|
-1
|
+0
|
+MASTER: 2024-08-15 07:35:34 SLAVE: 2024-08-15 07:35:27
|
include/stop_slave.inc
|
connection server_1;
|
connection server_2;
|
|
Result length mismatch
|
Attachments
Issue Links
- is caused by
-
MDEV-33856 Alternative Replication Lag Representation via Received/Executed Master Binlog Event Timestamps
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Brandon Nesterenko [ JIRAUSER48702 ] | Andrei Elkin [ elkin ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Andrei Elkin [ elkin ] | Brandon Nesterenko [ JIRAUSER48702 ] |
issue.field.resolutiondate | 2024-08-23 15:10:43.0 | 2024-08-23 15:10:42.803 |
Fix Version/s | 11.6.2 [ 29908 ] | |
Fix Version/s | 11.6 [ 29515 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Link | This issue is part of TODO-4980 [ TODO-4980 ] |
Hi Elkin, knielsen.
I've found the cause of this issue, and I'm not sure if it is a bug or intended (albeit confusing) behavior. I created PR 3468 to reproduce the failure, and track a discussion about the direction for a fix.