xtrabackup: error: log block numbers mismatch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Critical
|
Alexey Kopytov | ||
2.0 |
Fix Released
|
Critical
|
Alexey Kopytov |
Bug Description
Running innobackupex I see the following in its output:
xtrabackup: error: log block numbers mismatch:
xtrabackup: error: expected log block no. 91292509, but got no. 90768229 from the log file.
xtrabackup: Error: xtrabackup_
innobackupex continues, but at the end I see this:
innobackupex: xtrabackup_55 failed! (exit code 1) The backup may not be complete.
Studying Bug #805593 I understood that one possible reason for this error message could be transaction log being wrapped around while xtrabackup works.
Will much appretiate if you answer the following:
1) Is it really transaction log wrapping issue?
Is there a way to find out?
2) If the above is true, how the backup logic should be build?
Restart backup?
Shall this go to FAQ/User Guide?
3) Is it possible to delay log wrapping till xtrabackup ends?
I'm using
Ubuntu Natty 11.04(2.
Percona Server 5.5.17-rel22.1
XTRABACKUP_
Please let me know if you need any further details to investgate the issue.
Thank you and best regards
Related branches
- Stewart Smith (community): Approve
-
Diff: 27 lines (+12/-4)1 file modifiedxtrabackup.c (+12/-4)
Thank you for the bug report. This problem is a regression introduced in the 2.0 branch by the fix for bug #805593. I will commit a fix for it shortly.