Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL)
-
None
Description
https://buildbot.mariadb.org/#/builders/192/builds/10092
The test occasionally fails with:
10.5 22f935d6d |
rpl.rpl_mark_optimize_tbl_ddl 'innodb,mix' w6 [ fail ]
|
Test ended at 2022-06-02 22:23:29
|
|
CURRENT_TEST: rpl.rpl_mark_optimize_tbl_ddl
|
analyze: sync_with_master
|
mysqltest: At line 46: sync_with_master failed: 'select master_pos_wait('master-bin.000001', 1388, 300, '')' returned -1 indicating timeout after 300 seconds
|
|
The result from queries just before the failure was:
|
< snip >
|
connection server_1;
|
FLUSH TABLES;
|
ALTER TABLE mysql.gtid_slave_pos ENGINE=InnoDB;
|
connection server_2;
|
SET @save_slave_parallel_threads= @@GLOBAL.slave_parallel_threads;
|
SET @save_slave_parallel_mode= @@GLOBAL.slave_parallel_mode;
|
include/stop_slave.inc
|
SET GLOBAL slave_parallel_threads=2;
|
SET GLOBAL slave_parallel_mode=optimistic;
|
include/start_slave.inc
|
connection server_1;
|
CREATE TABLE t1(a INT) ENGINE=INNODB;
|
OPTIMIZE TABLE t1;
|
Table Op Msg_type Msg_text
|
test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
|
test.t1 optimize status OK
|
INSERT INTO t1 VALUES(1);
|
INSERT INTO t1 SELECT 1+a FROM t1;
|
INSERT INTO t1 SELECT 2+a FROM t1;
|
connection server_2;
|
Attachments
Issue Links
- is caused by
-
MDEV-31655 Parallel replication deadlock victim preference code errorneously removed
-
- Closed
-
- split to
-
MDEV-28930 ALTER TABLE Deadlocks with parallel TL_WRITE
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | Replication [ 10100 ] | |
Component/s | Tests [ 10800 ] |
Description |
The test occasionally fails with:
{noformat:title=10.5 22f935d6d} rpl.rpl_mark_optimize_tbl_ddl 'innodb,mix' w6 [ fail ] Test ended at 2022-06-02 22:23:29 CURRENT_TEST: rpl.rpl_mark_optimize_tbl_ddl analyze: sync_with_master mysqltest: At line 46: sync_with_master failed: 'select master_pos_wait('master-bin.000001', 1388, 300, '')' returned -1 indicating timeout after 300 seconds The result from queries just before the failure was: < snip > connection server_1; FLUSH TABLES; ALTER TABLE mysql.gtid_slave_pos ENGINE=InnoDB; connection server_2; SET @save_slave_parallel_threads= @@GLOBAL.slave_parallel_threads; SET @save_slave_parallel_mode= @@GLOBAL.slave_parallel_mode; include/stop_slave.inc SET GLOBAL slave_parallel_threads=2; SET GLOBAL slave_parallel_mode=optimistic; include/start_slave.inc connection server_1; CREATE TABLE t1(a INT) ENGINE=INNODB; OPTIMIZE TABLE t1; Table Op Msg_type Msg_text test.t1 optimize note Table does not support optimize, doing recreate + analyze instead test.t1 optimize status OK INSERT INTO t1 VALUES(1); INSERT INTO t1 SELECT 1+a FROM t1; INSERT INTO t1 SELECT 2+a FROM t1; connection server_2; {noformat} |
https://buildbot.mariadb.org/#/builders/192/builds/10092
The test occasionally fails with: {noformat:title=10.5 22f935d6d} rpl.rpl_mark_optimize_tbl_ddl 'innodb,mix' w6 [ fail ] Test ended at 2022-06-02 22:23:29 CURRENT_TEST: rpl.rpl_mark_optimize_tbl_ddl analyze: sync_with_master mysqltest: At line 46: sync_with_master failed: 'select master_pos_wait('master-bin.000001', 1388, 300, '')' returned -1 indicating timeout after 300 seconds The result from queries just before the failure was: < snip > connection server_1; FLUSH TABLES; ALTER TABLE mysql.gtid_slave_pos ENGINE=InnoDB; connection server_2; SET @save_slave_parallel_threads= @@GLOBAL.slave_parallel_threads; SET @save_slave_parallel_mode= @@GLOBAL.slave_parallel_mode; include/stop_slave.inc SET GLOBAL slave_parallel_threads=2; SET GLOBAL slave_parallel_mode=optimistic; include/start_slave.inc connection server_1; CREATE TABLE t1(a INT) ENGINE=INNODB; OPTIMIZE TABLE t1; Table Op Msg_type Msg_text test.t1 optimize note Table does not support optimize, doing recreate + analyze instead test.t1 optimize status OK INSERT INTO t1 VALUES(1); INSERT INTO t1 SELECT 1+a FROM t1; INSERT INTO t1 SELECT 2+a FROM t1; connection server_2; {noformat} |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Andrei Elkin [ elkin ] |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] |
Assignee | Andrei Elkin [ elkin ] | Brandon Nesterenko [ JIRAUSER48702 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Link |
This issue split to |
Fix Version/s | 10.7 [ 24805 ] |
Fix Version/s | 10.3 [ 22126 ] |
Fix Version/s | 10.8 [ 26121 ] |
Assignee | Brandon Nesterenko [ JIRAUSER48702 ] | Kristian Nielsen [ knielsen ] |
Link |
This issue is caused by |
Attachment | mdev28776_reproduce.patch [ 71022 ] |
Fix Version/s | 10.4.32 [ 29300 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Fix Version/s | 10.5.23 [ 29012 ] | |
Fix Version/s | 10.6.16 [ 29014 ] | |
Fix Version/s | 10.10.7 [ 29018 ] | |
Fix Version/s | 10.11.6 [ 29020 ] | |
Fix Version/s | 11.0.4 [ 29021 ] | |
Fix Version/s | 10.9.8 [ 29015 ] |
fails quite often in 10.10