MySQL Forums
Forum List  »  InnoDB

Re: Error: the OS said file flush did not succeed, Help!
Posted by: Marko Mäkelä
Date: January 31, 2006 03:33AM

The error is reported by os_file_flush() in innobase/os/os0file.c, which invokes fsync(). The error is reported by the operating system, and InnoDB really could not do much to work around it.

Does dmesg report anything relevant? Have you looked at syslog? Does the RAID controller support something like S.M.A.R.T. data?

Best regards,
Marko Mäkelä
Senior Software Engineer
Innobase Oy/Oracle Corp.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error: the OS said file flush did not succeed, Help!
6421
January 31, 2006 03:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.