-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TDB-184 : Broken fsync error handling
- Factored out i/o error reporting to be common and try to obtain actual filename from descriptor. - Fixed ENOSPC reporting to use common i/o reporting. - Fixed fsync retry logic to retry EINTR, EIO, and ENOLCK based on InnoDB code and upstream mysql issues 34823 and 90296. Retry will print message every 100 attempts in a loop. - Touched up 'slow fsync' tracking and reporting to use new i/o error reporting. - Fixed close retry logic to be same as fsync.
- Loading branch information
George O. Lorch III
committed
Apr 6, 2018
1 parent
f02e0f4
commit 4d7237c
Showing
1 changed file
with
162 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters