Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This tests completes but fails because the following warning exists: ``` 2022-08-30T16:28:00.159525Z 11 [ERROR] [MY-013114] [Repl] Slave I/O for channel '': Got fatal error 1236 from master when reading data from binary log: 'Slave has more GTIDs than the master has, using the master's SERVER_UUID. This may indicate that the end of the binary log was truncated or that the last binary log file was lost, e.g., after a power or disk failure when sync_binlog != 1. The master may or may not have rolled back transactions that were already replicated to the slave. Suggest to replicate any transactions that master has rolled back from slave to master, and/or commit empty transactions on master to account for transactions that have been', Error_code: MY-013114 ``` Since the MTR result file is valid, we can suppress this error. Test Plan: `bash ~/mysql/tools/mysqltest-internal.sh --jenkins --testset=Rpl_raft --raft --workers=4 --parallel=4 rpl_raft_dump_raft_logs` Reviewers: luqun, pgl, yichenshen, #mysql_dar Reviewed By: yichenshen Subscribers: dylancali, [email protected] Differential Revision: https://phabricator.intern.facebook.com/D39141846 Tasks: T98058273
- Loading branch information