-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Postfix] Abnormal Exit of Xtrabackup caused replication stop
Summary ------- To obtain a consistent index before locking, XPAXOS replication will be stopped. After the backup ends, XPAXOS replication will be restarted. If Xtrabackup exits abnormally, it may cause the xpaxos replication status to remain in a stopped state. Fix --- Force use FTWRL when bakcup XCluster instance to get a valid index.
- Loading branch information
jiyang.zjy
authored and
jianwei.zhao
committed
Apr 22, 2024
1 parent
2882490
commit ad92832
Showing
3 changed files
with
6 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters