当前位置:网站首页>MySQL backup -- common errors in xtrabackup backup
MySQL backup -- common errors in xtrabackup backup
2022-07-06 12:58:00 【wx5caecf2ed0645】
1、DDL Operation and Xtrabackup Backup conflict
When MySQL Use xrabckup When doing a backup , If you execute DDL Modify the table , It can lead to xrabckup Backup failed .
Errors are similar to :
InnoDB: Last flushed lsn: 3375345258517 load_index lsn 3379255303757
InnoDB: An optimized (without redo logging) DDLoperation has been performed. All modified pages may not have been flushed to the disk yet.
PXB will not be able take a consistent backup. Retry the backup operation
- 1.
- 2.
- 3.
2、 Poor disk performance leads to xtrabckup Backup failed
Innodb Logs are generated much faster than Xtrabackup The speed of replication , part Innodb Log truncated , Causes the backup to fail .
Errors are similar to :
xtrabackup: error: log block numbers mismatch:
xtrabackup: error: expected log block no. 201901064, but got no. 208192508 from the log file.
xtrabackup: error: it looks like InnoDB log has wrapped around before xtrabackup could process all records due to either log copying being too slow, or log files being too small.
xtrabackup: Error: xtrabackup_copy_logfile() failed.
- 1.
- 2.
- 3.
- 4.
边栏推荐
- [算法] 剑指offer2 golang 面试题9:乘积小于k的子数组
- The port is occupied because the service is not shut down normally
- MySQL error warning: a long semaphore wait
- (core focus of software engineering review) Chapter V detailed design exercises
- Novatel board oem617d configuration step record
- KF UD分解之UD分解基础篇【1】
- FairyGUI增益BUFF数值改变的显示
- Office prompts that your license is not genuine pop-up box solution
- Game 280 weekly
- Lock wait timeout exceeded try restarting transaction
猜你喜欢

The service robots that have been hyped by capital and the Winter Olympics are not just a flash in the pan

Problems and solutions of robust estimation in rtklib single point location spp

Fairygui joystick
![[算法] 剑指offer2 golang 面试题1:整数除法](/img/e6/f17135207b3540ec58e5a9eed54220.png)
[算法] 剑指offer2 golang 面试题1:整数除法

服务未正常关闭导致端口被占用
![[algorithm] sword finger offer2 golang interview question 13: sum of numbers of two-dimensional submatrix](/img/17/e7c9bfa867030af97eb66a7932c7e3.png)
[algorithm] sword finger offer2 golang interview question 13: sum of numbers of two-dimensional submatrix

FairyGUI摇杆

RTKLIB: demo5 b34f.1 vs b33
![[算法] 剑指offer2 golang 面试题13:二维子矩阵的数字之和](/img/17/e7c9bfa867030af97eb66a7932c7e3.png)
[算法] 剑指offer2 golang 面试题13:二维子矩阵的数字之和

编辑距离(多源BFS)
随机推荐
FairyGUI循环列表
[算法] 剑指offer2 golang 面试题12:左右两边子数组的和相等
(the first set of course design) sub task 1-5 317 (100 points) (dijkstra: heavy edge self loop)
抗差估计在rtklib的pntpos函数(标准单点定位spp)中的c代码实现
C programming exercise
[算法] 剑指offer2 golang 面试题7:数组中和为0的3个数字
Mysql database reports an error: row size too large (> 8126) Changing some columns to TEXT or BLOB or using ROW_ FORMAT=DY
VLSM variable length subnet mask partition tips
IText 7 generate PDF summary
Fundamentals of UD decomposition of KF UD decomposition [1]
Lock wait timeout exceeded try restarting transaction
MySQL performance tuning - dirty page refresh
Agile development helps me
341. Flatten nested list iterator
FairyGUI人物状态弹窗
[algorithm] sword finger offer2 golang interview question 6: sum of two numbers in the sorting array
Unity3D基础入门之粒子系统(属性介绍+火焰粒子系统案例制作)
Detailed explanation of balanced binary tree is easy to understand
【rtklib】在rtk下使用抗差自适应卡尔曼滤波初步实践
Naive Bayesian theory derivation