Hi Dragan,
On 06.10.12, 1:05, Dragan Prostran wrote:
> Hi Alexey,
>
> I believe this is the part you're interested in: the full log is 4000
> lines long, but the only instance of the string "failed" appears about
> 80 lines in. Here are thee first 85 lines of the log:
>
> <begin_partial_log_dump>
>
...
> xtrabackup: error: log block numbers mismatch:
> xtrabackup: error: expected log block no. 97070621, but got no. 97091093
> 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.
Yes, that's the problem. Either log files are too small (it looks like
the default innodb_log_file_size is being used by the server) or writes
to the backup target device are too slow so the log copying activity in
XtraBackup is unable to catch up with the log writing activity in the
server. See discussion in
https://bugs.launchpad.net/percona-xtrabackup/+bug/1050355 for example.
Best regards,
Alexey.