[MDEV-13938] Operating system error number 483 Created: 2017-09-28  Updated: 2017-09-28  Resolved: 2017-09-28

Status: Closed
Project: MariaDB Server
Component/s: Platform Windows
Affects Version/s: 5.5.40
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Michael Graf Assignee: Unassigned
Resolution: Not a Bug Votes: 0
Labels: 483, Operating, error, flush, system
Environment:

Windows Server 2012 R2
Memory 128 GB


Attachments: Zip Archive hostname.zip    

 Description   

MariaDB server crashs regularly - about 24 times today.
In the errorlog I found the message:

170927 13:48:26 InnoDB: Operating system error number 483 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html
InnoDB: File operation call: 'flush'.
InnoDB: Cannot continue operation.

The link "http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html" doesn't exist anymore.
Can you say what this error number means ?



 Comments   
Comment by Vladislav Vaintroub [ 2017-09-28 ]

from winerror.h

 
//
// MessageId: ERROR_DEVICE_HARDWARE_ERROR
//
// MessageText:
//
// The request failed due to a fatal device hardware error.
//
#define ERROR_DEVICE_HARDWARE_ERROR      483L

I do not think we can do much here. Something is wrong with the disk I guess. Google suggests chkdsk /F , chkdsk /R to repair file system and bad sectors

Comment by Michael Graf [ 2017-09-28 ]

Thanks for your help

Generated at Thu Feb 08 08:09:35 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.