Current Path : /usr/opt/mysql57/mysql-test/suite/group_replication/r/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/mysql57/mysql-test/suite/group_replication/r/gr_binlog_checksum_failure.result |
include/group_replication.inc Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information. [connection server1] SET SESSION sql_log_bin= 0; call mtr.add_suppression("Error at event handling! Got error: 1"); call mtr.add_suppression("Fatal error during execution on the Applier process of Group Replication. The server will now leave the group."); call mtr.add_suppression("The server was automatically set into read only mode after an error was detected."); call mtr.add_suppression("Skipping leave operation: concurrent attempt to leave the group is on-going."); call mtr.add_suppression("Replication event checksum verification failed while reading from network."); call mtr.add_suppression("It is not possible to ensure the execution of group transactions received during recovery."); call mtr.add_suppression("Fatal error during the Recovery process of Group Replication. The server will leave the group."); SET SESSION sql_log_bin= 1; # 1) Activate debug point that trigger the failure of binlog # checksum. ############################################################ set @@global.debug='+d,gr_simulate_checksum_test_failure'; # 2) Start group replication and check that member is on # ERROR state. ############################################################ include/start_and_bootstrap_group_replication.inc # 3) Clean up. ############################################################ set @@global.debug='-d,gr_simulate_checksum_test_failure'; include/group_replication_end.inc