[MDEV-6372] mysqldump crashes the server sometimes Created: 2014-06-21 Updated: 2014-10-09 Due: 2014-07-29 Resolved: 2014-10-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | gabest | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows Server 2012 R2 |
||
| Description |
|
Just recently upgraded from 5.x to 10.0.11 and noticed that the mariadb service has started crashing about once a week ever since. Looking at the timestamp in the .err file, I'm almost certain it has something to do the scheduled daily backup at 5:30. The relevant part from the log file:
|
| Comments |
| Comment by Elena Stepanova [ 2014-07-01 ] |
|
Hi, System error 6 is "No such device or address". Can it be that some of your tables have a tablespace in the location that is not available? Would it be possible to enable general_log for one time, so that we know which exact query/table causes the trouble? Thanks. |
| Comment by gabest [ 2014-07-01 ] |
|
No crash since last time, but I am enabling the general log just in case it happens again. Had 3 crashes in the first month, then nothing for two weeks. The tables were separated from one large ibdata file into individual table files during the upgrade. I did nothing special to set their location. |
| Comment by Elena Stepanova [ 2014-10-09 ] |
|
Closing for now as "Cannot reproduce". |