Nathan,
I can reproduce the 30 second stall on ext3. It is due to
ext3's journalling of atime updates. Even though everything
is in cache, running an application requires a write to the
inode. If there's a lot of write activity going on, this can
occasionally cause the seemingly-read-only caller to get stuck
on the queue behind a huge amount of writes. So of course the
read-latency improvements don't help.
The 2.2 kernel's version of ext3 didn't journal atime updates,
and this may be a reason for going back to that scheme. Needs
thought and more testing.
However I can't reproduce the stalls on ext2, and I would expect
the 2.4.9 kernel's ext3 to be demonstrating the same stalls.
Could you please confirm that the stalls happen with ext2 as well,
and could you please test ext2 and ext3 with the `noatime' mount
option?
Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/