xtrabackup --prepare to create logfile fails: innodb_init(): Error occured.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
High
|
Alexey Kopytov |
Bug Description
If you set the innodb_
MySQL version: 5.1.51-rel11.5-log
XtraBackup version: Ver 1.4 Rev 193 for 5.1.47 unknown-linux-gnu (x86_64)
xtrabackup Ver 1.4 Rev 193 for 5.1.47 unknown-linux-gnu (x86_64)
xtrabackup: cd to /home/gryp/
xtrabackup: This target seems to be already prepared.
xtrabackup: notice: xtrabackup_logfile was already used to '--prepare'.
xtrabackup: Temporary instance for recovery is set as followings.
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: Starting InnoDB instance for recovery.
xtrabackup: Using 104857600 bytes for buffer pool (set by --use-memory parameter)
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use GCC atomic builtins
InnoDB: Compressed tables use zlib 1.2.3
InnoDB: Warning: innodb_
InnoDB: Notice: innodb_
InnoDB: This is for expert only. Don't use if you don't understand what is it 'WELL'.
InnoDB: ### Don't specify older file than the last checkpoint ###
InnoDB: otherwise the older doublewrite buffer will break your data during recovery!
101124 14:14:49 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
101124 14:14:49 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Cannot initialize created log files because
InnoDB: data files were not in sync with each other
InnoDB: or the data files are corrupt.
xtrabackup: innodb_init(): Error occured.
See attachment for more output.
Related branches
- Yasufumi Kinoshita (community): Approve
-
Diff: 1245 lines (+197/-215)5 files modifiedfix_innodb_for_backup51.patch (+69/-63)
fix_innodb_for_backup55.patch (+71/-71)
fix_innodb_for_backup_5.1_plugin.patch (+54/-54)
mysql-abi-check.patch (+0/-23)
utils/build.sh (+3/-4)
Changed in percona-xtrabackup: | |
assignee: | nobody → Alexey Kopytov (akopytov) |
milestone: | none → 1.6 |
importance: | Undecided → High |
Changed in percona-xtrabackup: | |
status: | New → In Progress |
Changed in percona-xtrabackup: | |
status: | In Progress → Fix Committed |
Changed in percona-xtrabackup: | |
status: | Fix Committed → Fix Released |
Not repeatable when xtrabackup is built against the latest changes in lp:percona-server. Most likely the problem was fixed by the following changeset: http:// bazaar. launchpad. net/~percona- dev/percona- server/ release- 5.1.53/ revision/ 168