[MDEV-6764] Shutdown fails when disk full Created: 2014-09-21 Updated: 2014-11-19 Due: 2014-11-17 Resolved: 2014-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Marc Gray | Assignee: | Elena Stepanova |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 6.5 |
||
| Description |
|
I imported a few hundred gb of data and ran out of disk space, so I cancelled the import (Ctrl+C). At this point the logs show:
I forgot about it until today (2 days later) and attempted to stop the service (service mysql stop), but realised the disk space issue is probably blocking it. I freed 7gb (actually free, not open files locking space!) and tried to stop it again, with no success. There appears to be no writes to the log or binlog. "strace" shows:
|
| Comments |
| Comment by Elena Stepanova [ 2014-10-17 ] |
|
Hi Marc, Sorry for the delayed response. What kind of import it was – loading a dump file via MySQL client, or executing LOAD DATA statement, or...? Which engine(s) are you using? Was the log (error log where the warnings were printed) in the same disk partition as the binlogs, so that it was also affected by the disk space problem? Thanks |
| Comment by Elena Stepanova [ 2014-11-19 ] |
|
Please comment to re-open if you have additional information. |