All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@zip.com.au>
To: "Nathan G. Grennan" <ngrennan@okcforum.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Unresponiveness of 2.4.16 revisited
Date: Wed, 28 Nov 2001 22:30:32 -0800	[thread overview]
Message-ID: <3C05D608.6D06190D@zip.com.au> (raw)
In-Reply-To: <1006928344.2613.2.camel@cygnusx-1.okcforum.org>

"Nathan G. Grennan" wrote:
> 
> Well I tried your patch Andrew. It seemed to have absolutely no effect
> on my problem. I used the am-response.patch someone posted the url to
> eariler in the first thread, which was just a file of your patch. I
> really suggest you try a mozilla source rpm. Not only does it do the
> unarchiving, but also patches and rm -rf. I often see a second pause
> during the patching after the unarchving. I use
> 
> rpm --rebuild mozilla-2001112602_trunk-0_rh7.src.rpm
> 
> I also tried Redhat's latest rawhide kernel, 2.4.16-0.1 and it had to
> had time same problem. So it isn't fixed by one of their patchs. It is
> most likely just a difference between Linus's 2.4.9 and 2.4.16.

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.

  reply	other threads:[~2001-11-29  6:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-28  6:19 Unresponiveness of 2.4.16 revisited Nathan G. Grennan
2001-11-29  6:30 ` Andrew Morton [this message]
     [not found]   ` <1007021221.1739.0.camel@cygnusx-1.okcforum.org>
     [not found]     ` <3C05EE56.A06C6FB9@zip.com.au>
2001-11-29  9:07       ` Nathan G. Grennan
2001-11-29  9:32         ` Oktay Akbal
2001-11-29 16:48           ` Nathan G. Grennan
2001-11-29 18:09             ` Oktay Akbal
2001-11-29 18:16               ` Nathan G. Grennan
2001-11-29 18:36                 ` Andreas Dilger
2001-12-01 12:11                 ` Bill Davidsen
2001-11-29 21:12   ` Mike Fedyk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C05D608.6D06190D@zip.com.au \
    --to=akpm@zip.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ngrennan@okcforum.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.