We raised topic of problems with flushing in InnoDB several times, some links:
InnoDB Flushing theory and solutions
MySQL 5.5.8 in search of stability
This was not often recurring problem so far, however in my recent experiments, I observe it in very simple sysbench workload on hardware which can be considered as typical nowadays.
Hardware: HP ProLiant DL380 G6, with 72GB of RAM and
RAID10 on 8 disks.
I took sysbench multi-tables workload, with 20 tables, 10,000,000
rows each. Total database size ~58GB.
MySQL version: 5.5.16
Initial benchmark, which …
[Read more]