innobackupex does not pass --tmpdir to xtrabackup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Medium
|
Alexey Kopytov | ||
2.0 |
Fix Released
|
Medium
|
Alexey Kopytov | ||
2.1 |
Fix Released
|
Medium
|
Alexey Kopytov |
Bug Description
This is using 2.0.3 on ubuntu 10.04
When invoking incremental backups through innobackupex, xtrabackup does not seem to get the --tmpdir argument passed to it so it always uses MYSQL TMPDIR. This can turn into filling the mysql tmp dir (which does not have enough room for a HUGE incremental change).
This has stopped us from reliably running incremental backups especially after heavy write volume times
root 3237 0.0 0.0 4096 588 pts/1 S+ 10:22 0:00 /bin/sh -c innobackupex --user=xtrabackup --password=
root 3238 1.5 0.0 37836 10968 pts/1 S+ 10:22 0:00 perl /usr/bin/
root 3262 0.1 0.0 4096 604 pts/1 S+ 10:22 0:00 sh -c /usr/bin/xtrabackup --defaults-
root 3263 32.1 0.1 256740 138552 pts/1 Sl+ 10:22 0:01 /usr/bin/xtrabackup --defaults-
Related branches
- Sergei Glushchenko (community): Approve (g2)
-
Diff: 51 lines (+29/-0)2 files modifiedinnobackupex (+8/-0)
test/t/bug1085099.sh (+21/-0)
- Sergei Glushchenko (community): Approve (g2)
-
Diff: 51 lines (+29/-0)2 files modifiedinnobackupex (+8/-0)
test/t/bug1085099.sh (+21/-0)
tags: | added: innobackupex |
description: | updated |
tags: | added: i29554 |
Confirmed. For some obscure reasons innobackupex converts it --tmpdir option to --target-dir when passing it to the xtrabackup binary.