|
The test failure reported by marko
rpl.rpl_mdev6020 'innodb,row' w27 [ fail ]
|
Test ended at 2023-03-28 15:41:13
|
|
CURRENT_TEST: rpl.rpl_mdev6020
|
mysqltest: At line 42: failed in 'select master_pos_wait('master-bin.000002', 343, 300, '')': 2013: Lost connection to server during query
|
|
and confirmed by BB is explained to be about a race between a parallel slave worker and the driver thread that simultaneously read-from-it and wrote-to-it (actually destroyed) respectively.
A patch to convert rli->relay_log.description_event_for_exec into atomic<> is coming soon.
|