File: rpl_mts_debug.result

package info (click to toggle)
mysql-8.0 8.0.43-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,273,924 kB
  • sloc: cpp: 4,684,605; ansic: 412,450; pascal: 108,398; java: 83,641; perl: 30,221; cs: 27,067; sql: 26,594; sh: 24,181; python: 21,816; yacc: 17,169; php: 11,522; xml: 7,388; javascript: 7,076; makefile: 2,194; lex: 1,075; awk: 670; asm: 520; objc: 183; ruby: 97; lisp: 86
file content (106 lines) | stat: -rw-r--r-- 5,353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
include/master-slave.inc
Warnings:
Note	####	Sending passwords in plain text without SSL/TLS is extremely insecure.
Note	####	Storing MySQL user name or password information in the connection metadata repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START REPLICA; see the 'START REPLICA Syntax' in the MySQL Manual for more information.
[connection master]
CREATE DATABASE db_1;
CREATE DATABASE db_2;
CREATE TABLE db_1.test_1 (id INTEGER) engine=Innodb;
CREATE TABLE db_2.test_1 (id INTEGER) engine=Innodb;
include/sync_slave_sql_with_master.inc
include/stop_slave.inc
set @save.replica_parallel_workers= @@global.replica_parallel_workers;
set @save.debug= @@global.debug;
SET @@global.replica_parallel_workers= 2;
ALTER TABLE mysql.slave_relay_log_info ENGINE= Innodb;
ALTER TABLE mysql.slave_worker_info ENGINE= Innodb;
include/start_slave.inc
INSERT INTO db_1.test_1 VALUES(0);
include/sync_slave_sql_with_master.inc
SET GLOBAL debug="+d,mta_debug_concurrent_access";
BEGIN;
INSERT INTO db_1.test_1 VALUES(1);
BEGIN;
INSERT INTO db_2.test_1 VALUES(1);
COMMIT;
COMMIT;
DROP DATABASE db_1;
DROP DATABASE db_2;
include/sync_slave_sql_with_master.inc
include/stop_slave.inc
SET @@global.replica_parallel_workers= @save.replica_parallel_workers;
SET @@global.debug= @save.debug;
include/start_slave.inc
call mtr.add_suppression('Error reading replica worker configuration');
call mtr.add_suppression('Failed during replica workers initialization');
call mtr.add_suppression('Failed during replica worker thread creation for channel ''');
include/stop_slave.inc
set @save.replica_checkpoint_group= @@global.replica_checkpoint_group;
set @save.replica_parallel_workers= @@global.replica_parallel_workers;
set @save.debug= @@global.debug;
SET @@global.debug= "+d,mta_worker_thread_fails";
set @@global.replica_parallel_workers= 2;
start slave sql_thread;
Warnings:
Warning	1287	'START SLAVE' is deprecated and will be removed in a future release. Please use START REPLICA instead
include/wait_for_slave_sql_error.inc [errno=13117]
set @@global.replica_checkpoint_group= @save.replica_checkpoint_group;
set @@global.replica_parallel_workers= @save.replica_parallel_workers;
set @@global.debug= @save.debug;
include/assert.inc [Verified that their is no orphaned SQL worker thread]
include/start_slave.inc
include/rpl_reset.inc
include/stop_slave.inc
call mtr.add_suppression("option 'replica_checkpoint_group': unsigned value 524281 adjusted to 524280");
call mtr.add_suppression("Failed during replica worker thread create");
call mtr.add_suppression("Replica SQL for channel '': Failed during replica workers initialization, Error_code: MY-13117");
call mtr.add_suppression("Mismatch between the number of bytes configured to store checkpoint information and the previously stored information");
set @save.replica_checkpoint_group= @@global.replica_checkpoint_group;
set @save.replica_parallel_workers= @@global.replica_parallel_workers;
SET @@global.replica_parallel_workers= 2;
SET @@global.replica_checkpoint_group=524281;
Warnings:
Warning	1292	Truncated incorrect replica_checkpoint_group value: '524281'
include/start_slave.inc
include/assert.inc [Assert that replica_checkpoint_group was truncated to a valid value.]
include/check_slave_is_running.inc
include/rpl_reset.inc
include/stop_slave.inc
SET @@global.debug= "+d,inject_init_worker_init_info_fault";
START SLAVE SQL_THREAD;
Warnings:
Warning	1287	'START SLAVE' is deprecated and will be removed in a future release. Please use START REPLICA instead
include/wait_for_slave_sql_error.inc [errno=13117]
SET @@global.debug= @save.debug;
set @@global.replica_checkpoint_group= @save.replica_checkpoint_group;
set @@global.replica_parallel_workers= @save.replica_parallel_workers;
call mtr.add_suppression("Could not delete from Replica Workers info repository.");
include/stop_slave.inc
Warnings:
Note	3084	Replication thread(s) for channel '' are already stopped.
set @save.replica_parallel_workers= @@global.replica_parallel_workers;
set @@global.replica_parallel_workers= 2;
include/start_slave.inc
include/stop_slave.inc
set @@global.debug= "+d,mta_debug_reset_workers_fails";
CHANGE REPLICATION SOURCE to RELAY_LOG_FILE=FILE,  RELAY_LOG_POS= POS;
ERROR HY000: Cannot clean up worker info tables. Additional error messages can be found in the MySQL error log.
set @@global.debug= "-d,mta_debug_reset_workers_fails";
set @@global.debug= "+d,mta_debug_recovery_reset_fails";
start slave sql_thread;
Warnings:
Warning	1287	'START SLAVE' is deprecated and will be removed in a future release. Please use START REPLICA instead
include/wait_for_slave_sql_error.inc [errno=13117]
set @@global.debug= @save.debug;
set @@global.replica_parallel_workers= 2;
include/start_slave.inc
include/stop_slave.inc
call mtr.add_suppression("Error creating applier metadata: Failed to initialize the worker info structure.");
set @@global.debug= "+d,mta_replica_worker_init_at_gaps_fails";
start slave sql_thread;
ERROR HY000: Could not initialize connection metadata structure; more error messages can be found in the MySQL error log
set @@global.debug= "-d,mta_replica_worker_init_at_gaps_fails";
set @@global.replica_parallel_workers= @save.replica_parallel_workers;
include/start_slave.inc
include/rpl_reset.inc
include/rpl_end.inc