Server IP : 172.67.216.182 / Your IP : 162.158.88.10 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/mysql-test/suite/group_replication/r/ |
Upload File : |
SET SESSION sql_log_bin=0; call mtr.add_suppression("Failed to open the relay log"); call mtr.add_suppression("Could not find target log file mentioned in relay log info in the index file"); call mtr.add_suppression("Failed to initialize the master info structure for channel"); call mtr.add_suppression("Failed to create or recover replication info repositories"); call mtr.add_suppression("Failed to setup the group replication applier thread"); call mtr.add_suppression("Unable to initialize the Group Replication applier module"); call mtr.add_suppression("Leaving a group without being on one"); call mtr.add_suppression("Error checking relay log repository."); call mtr.add_suppression("Slave failed to initialize relay log info structure from the repository"); call mtr.add_suppression("Error while starting the group replication applier thread"); call mtr.add_suppression("It was not possible to identify the group replication applier thread"); call mtr.add_suppression("It was not possible to reset the server read mode settings. Try to reset them manually."); call mtr.add_suppression("Error running internal SQL query:*"); SET SESSION sql_log_bin=1; include/start_and_bootstrap_group_replication.inc ############################################## # 1: Restart the server enabling GR on startup # restart:--group-replication-start-on-boot=ON --group-replication-group-name=GROUP_REPLICATION_GROUP_NAME --group_replication_local_address=GROUP_REPLICATION_LOCAL_ADDRESS --group_replication_group_seeds=GROUP_REPLICATION_GROUP_SEEDS --group_replication_bootstrap_group=ON --group_replication_ip_whitelist=GROUP_REPLICATION_GROUP_WHITELIST include/gr_wait_for_member_state.inc ##################################################### # 2: Restart the server changing the relay-log option # restart:--group-replication-start-on-boot=ON --group-replication-group-name=GROUP_REPLICATION_GROUP_NAME --group_replication_local_address=GROUP_REPLICATION_LOCAL_ADDRESS --group_replication_group_seeds=GROUP_REPLICATION_GROUP_SEEDS --group_replication_bootstrap_group=ON --group_replication_ip_whitelist=GROUP_REPLICATION_GROUP_WHITELIST --relay-log=new-relay-log-name include/gr_wait_for_member_state.inc RESET SLAVE FOR CHANNEL 'group_replication_applier'; ####################################################### # 3: Restart the server again after removing the broken # group_replication_applier channel # restart:--group-replication-start-on-boot=ON --group-replication-group-name=GROUP_REPLICATION_GROUP_NAME --group_replication_local_address=GROUP_REPLICATION_LOCAL_ADDRESS --group_replication_group_seeds=GROUP_REPLICATION_GROUP_SEEDS --group_replication_bootstrap_group=ON --group_replication_ip_whitelist=GROUP_REPLICATION_GROUP_WHITELIST --relay-log=new-relay-log-name --relay-log=new-relay-log-name include/gr_wait_for_member_state.inc include/stop_group_replication.inc