From: Jan Kara <jack@suse.cz>
To: Theodore Ts'o <tytso@mit.edu>
Cc: Jan Kara <jack@suse.cz>, Ben Hutchings <ben@decadent.org.uk>,
George Barnett <gbarnett@atlassian.com>,
linux-ext4@vger.kernel.org,
Debian kernel maintainers <debian-kernel@lists.debian.org>
Subject: Re: [PATCH] ext4/jbd2: don't wait (forever) for stale tid caused by wraparound
Date: Thu, 21 Mar 2013 23:41:43 +0100 [thread overview]
Message-ID: <20130321224143.GA5066@quack.suse.cz> (raw)
In-Reply-To: <20130321210940.GD21877@thunk.org>
On Thu 21-03-13 17:09:40, Ted Tso wrote:
> On Thu, Mar 21, 2013 at 09:46:38PM +0100, Jan Kara wrote:
> > Good catch! But shouldn't we rather fix jbd2_log_wait_commit() instead of
> > inventing new function?
>
> In most of the places where we call jbd2_log_start_commit(), we're
> actually starting the current running transaction. So the fact that
> we pass in a tid, and we're having to validate that the tid is
> actually a valid one, is a bit of a waste. So in the long run I think
> it's worth rethinking whether or not jbd2_log_{start,wait}_commit()
> should exist in their current form, or whether we should reorganize
> their functionality (i.e., by having a jbd2_start_running_commit(),
> for example.). Piling on fixes to jbd2_log_wait_commit() would make
> it get even more complicated, and I think if we separate out the
> various ways in which we use these functions, we can make the code
> simpler and easier to read.
I don't find jbd2_log_wait_commit() that complex that it couldn't bear
another if :) But given there are really two waiting operations that make
sense:
a) request commit of running transaction and wait for it
b) wait for committing transaction
then I agree there may be a better interface. OTOH I'm somewhat
curious about the new interface because the only race-free way of
identifying a transaction you want to wait for is using its tid.
> In fact, I had started making this rather large set of changes when I
> decided it would be better to save that kind of wholesale refactoring
> for the next merge window. So the reason why I ended up fixing the
> patch the way I did was to keep things simple.
>
> Also as I mentioned in the commit description, by using a single
> function I was also able to optimize the locking the locking somewhat.
Yeah. I'm not as much opposed to the new function doing start commit
& wait but what I dislike is the fact that we have still exposed the
function jbd2_log_wait_commit() which can possibly lockup if tid overflows.
I agree there aren't currently any other callers where this could happen
but in a few years who knows...
Honza
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
prev parent reply other threads:[~2013-03-21 22:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <B2EC601CDDA242189A46599B31EA6AD3@atlassian.com>
2013-03-16 5:34 ` jbd2 tid wrap seen on NFS server Ben Hutchings
2013-03-18 2:54 ` [PATCH] ext4/jbd2: don't wait (forever) for stale tid caused by wraparound Theodore Ts'o
2013-03-18 4:24 ` George Barnett
2013-03-18 4:53 ` Ben Hutchings
2013-03-18 14:31 ` Theodore Ts'o
2013-03-18 14:34 ` Theodore Ts'o
2013-03-21 20:46 ` Jan Kara
2013-03-21 21:09 ` Theodore Ts'o
2013-03-21 22:41 ` Jan Kara [this message]
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=20130321224143.GA5066@quack.suse.cz \
--to=jack@suse.cz \
--cc=ben@decadent.org.uk \
--cc=debian-kernel@lists.debian.org \
--cc=gbarnett@atlassian.com \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.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).