Bug #61575 | InnoDB: Error: io_setup() failed | ||
---|---|---|---|
Submitted: | 21 Jun 2011 7:24 | Modified: | 15 May 2012 19:39 |
Reporter: | Marko Mäkelä | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.5+ | OS: | Linux |
Assigned to: | Inaam Rana | CPU Architecture: | Any |
Tags: | aio, linux |
[21 Jun 2011 7:24]
Marko Mäkelä
[22 Jun 2011 12:24]
Stewart Smith
note that we have hit this with the default setting for Ubuntu kernels and running mtr (or other tests). I can quite trivially hit this on laptop/desktop.
[15 May 2012 19:39]
John Russell
Adding to the descriptions of innodb_read_io_threads and innodb_write_io_threads: On Linux systems, running multiple MySQL servers (typically more than 12) with default settings for innodb_read_io_threads, innodb_write_io_threads, and the Linux aio-max-nr setting can exceed system limits. Ideally, increase the aio-max-nr setting; as a workaround, you might reduce the settings for one or both of the MySQL configuration options.