All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Olien <dmo@osdl.org>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, Daniel McNeil <daniel@osdl.org>,
	Mary Edie Meredith <maryedie@osdl.org>
Subject: FYI: dbt testing on 2.6.0-test4-mm4 fails
Date: Wed, 3 Sep 2003 10:07:16 -0700	[thread overview]
Message-ID: <20030903170716.GA23487@osdl.org> (raw)


Andrew,

I'm just mailing you this to keep you informed, Daniel McNeil and
I are investigating a failure of the dbt database workload test on
2.6.0-test4-mm4.

The failure MAY have begun as early as 2.6.0-test4.  We were able
to test on test4 only after I generated a patch to raw_open() for that
kernel version.  The database test4 failure LOOKS the same as the
test4-mm4 failure.  But we haven't investigated it as closely there yet.
We know test3 worked OK.  We may try some of the test3-mm patches to
see if something happened on one of those patches.

In the test4-mm4 case, the kernel doesn't oops or hang. Instead, the
database software detects a failure of some sort.  We've done an
strace on the database processes, and in one of them we see the following
output:

_llseek(38, 8192, [8192], SEEK_SET) = 0
write(38, "\0\0\0\0\4\3\1\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192)                     = 0

A seek on file descriptor 38 to offset 8192, followed by a write of 8k.
The write returns with 0 bytes written.

Immediately after this, we can see this process writing to the error
log a message indicating an error has been detected.

File descriptor 38 is for the file /dev/raw/raw1.  This is the
transaction log file for the database.  This is early in itialization
of the database, so it's initializing the transaction log file.

             reply	other threads:[~2003-09-03 17:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-03 17:07 Dave Olien [this message]
2003-09-03 17:20 ` FYI: dbt testing on 2.6.0-test4-mm4 fails Andrew Morton
2003-09-03 18:58   ` Cliff White
2003-09-03 21:14   ` Dave Olien
2003-09-12 21:39 ` Daniel McNeil

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=20030903170716.GA23487@osdl.org \
    --to=dmo@osdl.org \
    --cc=akpm@osdl.org \
    --cc=daniel@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maryedie@osdl.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.