Thread (10 messages) 10 messages, 4 authors, 2012-12-13

Re: A huge latency in ext4 and xfs because of stable page write

From: Dave Chinner <david@fromorbit.com>
Date: 2012-12-11 11:17:07
Also in: linux-fsdevel

On Tue, Dec 11, 2012 at 04:45:21PM +0800, Zheng Liu wrote:
Hi all,

At Tao Bao we meet a problem in our product system which causes a huge latency
because of stable page write.  This problem is easy to reproduce in a testing
environment, and I can reproduce it in my desktop with a SATA disk.  Here is the
fio config file that is used to reproduce this problem.

config file
-----------
[global]
iodepth=1
directory=/mnt/sda3
direct=0
group_reporting
thread
fallocate=0
runtime=120

[log-append]
ioengine=sync
rw=write
bs=1k
Sub-page sized IO. That's guaranteed to have noticable IO latency
anomalies, regardless of stable data pages. If you are just
doing appending writes, then you can easily buffer them till you
have a page of data to write and avoid the problem altogether.
Hence, I wonder whether or not we could revert stable page write temporarily.
After it is improved, we could add it back again.
The plan is to turn it off for filesystems/devices that don't
require it. That list of devices will grow in future, so you
probably should plan to handle latencies in the application
properly...

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help