Not a Bug
Details
Assignee
UnassignedUnassignedReporter
lpjirasynclpjirasync(Deactivated)Priority
Low
Details
Details
Assignee
Unassigned
UnassignedReporter
lpjirasync
lpjirasync(Deactivated)Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 19, 2018 at 7:34 PM
Updated February 5, 2018 at 10:06 AM
Resolved January 19, 2018 at 7:34 PM
**Reported in Launchpad by Vadim Tkachenko last update 26-03-2013 11:33:24
this is not critical, but could be very confusing if you try to figure out why backup is not working.
if /tmp partition runs out of space , innobackupex gets stuck.
the reason is it call mysql with redirects to /tmp
sh -c mysql --defaults-file='/etc/my.cnf' --socket='/tmp/mysql.sock' --unbuffered – >/tmp/qwtrwer 2>/tmp/aIuldPGEzc
in this case Innobackupex gets into infinity loop in mysql_ping function,
as it tries to read from mysql_stdout, and it is always empty.