Thanks,
--Dave
> --
> You received this message because you are subscribed to the Google Groups "Percona Discussion" group.
> To post to this group, send email to percona-d...@googlegroups.com.
> To unsubscribe from this group, send email to percona-discuss...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/percona-discussion?hl=en.
>
--
David W. Juntgen
--
You received this message because you are subscribed to the Google Groups "Percona Discussion" group.
To post to this group, send email to percona-d...@googlegroups.com.
To unsubscribe from this group, send email to percona-discuss...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/percona-discussion?hl=en.
Hi - You'll need to provide some info. What version of MySQL and
which version of xtrabackup are you using? Can you run without the
pipe from the cli and provide its output?
--Dave
> For more options, visit this group at http://groups.google.com/group/percona-discussion?hl=en.
>
--
David W. Juntgen
>> > To post to this group, send email to percona-discussion@googlegroups.com.
>> > To unsubscribe from this group, send email to percona-discussion+unsub...@googlegroups.com.
>> > For more options, visit this group athttp://groups.google.com/group/percona-discussion?hl=en.
>>
>> --
>> David W. Juntgen
>
> --
> You received this message because you are subscribed to the Google Groups "Percona Discussion" group.
> To post to this group, send email to percona-discussion@googlegroups.com.
> To unsubscribe from this group, send email to percona-discussion+unsub...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/percona-discussion?hl=en.
>
--
David W. Juntgen
On 17.04.12 12:32, Ran Margaliot wrote:
> *when running the following command:*
>
> innobackupex --user=root --password='*****' --throttle=10 --stream=tar
> --slave-info /tmp/db_backup/
>
> *i get the following output:*
>
[skipped]
> xtrabackup: suspend-at-end is enabled.
> xtrabackup: uses posix_fadvise().
> xtrabackup: cd to /var/lib/mysql
> xtrabackup: Target instance is assumed as followings.
> xtrabackup: innodb_data_home_dir = ./
> xtrabackup: innodb_data_file_path = ibdata1:10M:autoextend
> xtrabackup: innodb_log_group_home_dir = ./
> xtrabackup: innodb_log_files_in_group = 2
> xtrabackup: innodb_log_file_size = 1310720000
> xtrabackup: use O_DIRECT
> xtrabackup: Stream mode.
>
> any ideas?
>
Can you strace the xtrabackup process when it hangs up again?
Best regards,
Alexey.
strace -p `pidof xtrabackup_51`
Having a gdb backtrace might also be useful. You can get it with the
following command:
gdb -ex "set pagination 0" -ex "thread apply all bt" \
--batch -p `pidof xtrabackup_51`