From: Christian Mayrhuber <christian.mayrhuber@gmx.net>
To: reiserfs-list@namesys.com
Subject: Reiser4/2.6.11 dbench hang
Date: Wed, 30 Mar 2005 00:23:59 +0200 [thread overview]
Message-ID: <4249D57F.8020809@gmx.net> (raw)
Hi,
If I'm running plain 2.6.11(.0) patched with
reiser4-for-2.6.11-broken-out.2.gz I can hang reiser4 when running
ftp://ftp.samba.org/pub/tridge/dbench/dbench-3.02.tar.gz
for about an hour with the following script.
----------------------------------------------------------------------
#!/bin/sh
RUNTIME=200
run()
{
t=$1
n=$2
sync
date
if [ $t = xattr ]; then
./dbench -c client.txt -x -D /tmp -t$RUNTIME $n
else
./dbench -c client.txt -D /tmp -t$RUNTIME $n
fi
}
while :; do
for n in 90 100 110 120 130 140 150 160 170 180 190 200; do
run noxattr $n
done
done
----------------------------------------------------------------------
After a hard reset reiser4progs 1.0.4 reported semantic tree
corruptions. (No, I didn't write down the fsck.reiser4 output.)
I tried it out because I found the following on linux-kernel:
http://marc.theaimsgroup.com/?l=linux-kernel&m=110099542612492&w=2
This behaviour is reproducible. I tried ext3,reiserfs,xfs and jfs
on the same disk with the same data, all ran dbench fine till
user abort without locking the machine.
# cat /proc/version
Linux version 2.6.11-k7-reiser4 (root@byblos) (gcc-Version 3.3.5 (Debian
1:3.3.5-5)) #1 Mon Mar 28 20:23:57 CEST 2005
Quote from namesys.com/download.html
>Reiser4 has just been released. Namesys has the most stringent QA
>process of any Linux maintainer, a firm belief that no user should hit
>a bug that developer testing could find first if the effort is made, a
>by now grand archive of filesystem tests, and no one on our mailing
>list can make it crash any more, and all of this is why it took us so
>long to release it, but until a program has seen a few million real
>users you should not use it for a mission critical server.
I guess dbench-3.x stress testing is missing from your grand archive ;-)
--
lg, Chris
next reply other threads:[~2005-03-29 22:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-29 22:23 Christian Mayrhuber [this message]
2005-03-30 5:51 ` Reiser4/2.6.11 dbench hang Hans Reiser
2005-03-30 9:17 ` E.Gryaznova
2005-03-30 20:02 ` Christian Mayrhuber
2005-03-30 13:12 ` Vladimir Saveliev
2005-03-30 20:21 ` Christian Mayrhuber
2005-03-30 21:58 ` Vladimir Saveliev
2005-03-30 22:35 ` Christian Mayrhuber
2005-03-31 17:27 ` Vladimir Saveliev
2005-04-01 19:30 ` Christian Mayrhuber
2005-04-07 2:40 ` sergey ivanov
2005-04-07 2:44 ` David Masover
2005-04-07 21:12 ` Christian Mayrhuber
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=4249D57F.8020809@gmx.net \
--to=christian.mayrhuber@gmx.net \
--cc=reiserfs-list@namesys.com \
/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.