9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David Tolpin <dvd@davidashen.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] kfs locks
Date: Mon,  8 Mar 2004 00:20:38 +0400	[thread overview]
Message-ID: <200403072020.i27KKcAN081068@adat.davidashen.net> (raw)
In-Reply-To: <ec2afa550d631ed498bc710e9d7c5d77@terzarima.net>

> in a previous message, with various debugging prints turned on
> and inserted, there seemed to be driver requests to abort a command.

write is being aborted, because it is asked to write at offset 
not present on the disk. It looks like the in-memory structure 
is corrupt.

> you don't seem to see the problem unless you power cycle,
> and although i don't use it as much as i did, i still use kfs a
> fair bit (and i do sometimes just switch off that machine),
> and i don't see similar problems.
> now, it's quite likely that i'm running an older version of kfs,

It is quite likely that your machine is slower. If I slow down
the kfs or kernel code by inserting more debugging, the problem
disappears because the structure is flushed before being overwritten.

> actual cause of wrenwrite errors before trying to guess what and
> where the problem might be!

offsets are negative vlongs. 


  reply	other threads:[~2004-03-07 20:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-07 17:55 David Tolpin
2004-03-07 19:56 ` Charles Forsyth
2004-03-07 20:03   ` David Tolpin
2004-03-07 20:12     ` Charles Forsyth
2004-03-07 20:20       ` David Tolpin [this message]
2004-03-08  3:27         ` jmk
2004-03-08  5:26           ` David Tolpin

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=200403072020.i27KKcAN081068@adat.davidashen.net \
    --to=dvd@davidashen.net \
    --cc=9fans@cse.psu.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).