You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DATE_TIME [ERROR] [Repl] Plugin group_replication reported: 'Group contains 4 members which is greater than group_replication_auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.'
40
-
Occurrences of 'Group contains 4 members which is greater than group_replication_auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.' in the input file: 1
39
+
DATE_TIME [ERROR] [Repl] Plugin group_replication reported: 'Group contains 4 members which is greater than auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.'
40
+
Occurrences of 'Group contains 4 members which is greater than auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.' in the input file: 1
Copy file name to clipboardExpand all lines: mysql-test/suite/group_replication/r/gr_parallel_applier_indexes_commit_order.result
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ Note #### Storing MySQL user name or password information in the master info rep
18
18
#
19
19
[connection server1]
20
20
SET SESSION sql_log_bin= 0;
21
-
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 3 members which is greater than group_replication_auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
21
+
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 3 members which is greater than auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
22
22
SET SESSION sql_log_bin= 1;
23
23
[connection server2]
24
24
SET SESSION sql_log_bin= 0;
25
-
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 2 members which is greater than group_replication_auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
25
+
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 2 members which is greater than auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
--let $grep_pattern=Group contains 4 members which is greater than group_replication_auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.
114
+
--let $grep_pattern=Group contains 4 members which is greater than auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.
Copy file name to clipboardExpand all lines: mysql-test/suite/group_replication/t/gr_parallel_applier_indexes_commit_order.test
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,13 @@
40
40
--let $rpl_connection_name= server1
41
41
--source include/rpl_connection.inc
42
42
SET SESSION sql_log_bin= 0;
43
-
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 3 members which is greater than group_replication_auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
43
+
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 3 members which is greater than auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
44
44
SET SESSION sql_log_bin= 1;
45
45
46
46
--let $rpl_connection_name= server2
47
47
--source include/rpl_connection.inc
48
48
SET SESSION sql_log_bin= 0;
49
-
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 2 members which is greater than group_replication_auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
49
+
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 2 members which is greater than auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
eng "Error when activating super_read_only mode on start. The member will now exit the group."
13476
13476
13477
13477
ER_GRP_RPL_EXCEEDS_AUTO_INC_VALUE
13478
-
eng "Group contains %lu members which is greater than group_replication_auto_increment_increment value of %lu. This can lead to an higher rate of transactional aborts."
13478
+
eng "Group contains %lu members which is greater than auto_increment_increment value of %lu. This can lead to an higher rate of transactional aborts."
13479
13479
13480
13480
ER_GRP_RPL_DATA_NOT_PROVIDED_BY_MEM
13481
13481
eng "Member with address '%s:%u' didn't provide any data during the last group change. Group information can be outdated and lead to errors on recovery."
0 commit comments