From: Daniel Phillips <phillips@istop.com>
To: sdake@mvista.com
Cc: David Teigland <teigland@redhat.com>,
linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: Re: [PATCH 1b/7] dlm: core locking
Date: Tue, 26 Apr 2005 20:53:07 -0400 [thread overview]
Message-ID: <200504262053.07836.phillips@istop.com> (raw)
In-Reply-To: <1114556655.31647.90.camel@persist.az.mvista.com>
On Tuesday 26 April 2005 19:04, Steven Dake wrote:
> ...Your performance impressions may be swayed by the benchmark results in
> this message...
>
> We have been over this before... In September 2004, I posted benchmarks
> to lkml (in a response to your questions about performance numbers)
> which show messages per second of 7820 for 100 byte messages.
Hi Steven,
The source of the benchmark I alluded to is lost in the mists of my foggy
memory, however the numbers you just gave seem to be about the same as I
remember.
I get >>several hundred thousand<< synchronization messages per second in my
cluster block devices, using ordinary tcp sockets over 100 MHz ethernet.
This may help put things in perspective.
> I'd be
> impressed to see any other protocol deliver that number of messages per
> second (in and of itself), maintain self delivery, implicit
> acknowledgement, agreed ordering, and virtual synchrony...
Well, the way I do it is so much faster than what you're seeing that I can
easily justify putting in the extra effort to resolve issues that virtual
synchrony would apparently solve for me automagically.
Please let me save the details for a post tomorrow. Then I will wax poetic
about what we do, or plan to do, to solve the various nasty problems that
come up as a result of membership changes, so that nobody runs such risks as
receiving messages from a node that thinks it is in the cluster but actually
isn't.
> <benchmarks>
> Are you suggesting this is a dribble?
Sorry, in my world, that's a dribble ;-)
I stand by my statement that this is too slow to handle the heavy lifting, and
is marginal even for "slow path" cluster recovery. But if you think
otherwise, you can easily prove it, see below.
> Your suggestion, reworking redhat's cluster suite to use virtual
> synchrony (as a demo?), sounds intrigueing. However, I just don't have
> the bandwidth at this time to take on any more projects (although I am
> happy to support redhat's use of virtual synchrony). The community,
> however, would very much benefit from redhat leading such an effort.
I did not suggest reworking Red Hat's cluster suite. I suggested reworking
_one file_ of my cluster snapshot device. This file was designed to be
reworked by someone such as yourself, even someone without an enormous amount
of time on their hands. This file (agent.c) does not handle the high-speed
block device synchronization, it only handles inter-node recovery messages
and other slow-path chores.
For your convenience, the cluster snapshot device can be operated entirely
independently of the rest of the cluster suite, and you don't even need a
cluster.
Regards,
Daniel
next prev parent reply other threads:[~2005-04-27 0:52 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-25 16:58 [PATCH 1b/7] dlm: core locking David Teigland
2005-04-25 18:34 ` Nikita Danilov
2005-04-25 20:44 ` Daniel Phillips
2005-04-25 22:27 ` Nikita Danilov
2005-04-26 1:34 ` Daniel Phillips
2005-04-25 20:41 ` Jesper Juhl
2005-04-26 5:00 ` Daniel Phillips
2005-04-25 21:54 ` Steven Dake
2005-04-26 5:49 ` David Teigland
2005-04-26 17:40 ` Steven Dake
2005-04-26 22:24 ` Daniel Phillips
2005-04-26 23:04 ` Steven Dake
2005-04-27 0:53 ` Daniel Phillips [this message]
2005-04-27 1:50 ` Steven Dake
2005-04-27 4:21 ` Daniel Phillips
2005-04-27 3:02 ` David Teigland
2005-04-27 13:41 ` Lars Marowsky-Bree
2005-04-27 14:26 ` David Teigland
2005-04-28 12:33 ` Lars Marowsky-Bree
2005-04-28 16:39 ` Daniel McNeil
2005-04-28 16:45 ` Lars Marowsky-Bree
2005-04-29 8:25 ` Daniel Phillips
2005-05-02 20:45 ` Lars Marowsky-Bree
2005-05-02 23:23 ` Daniel Phillips
2005-04-29 4:01 ` David Teigland
2005-04-29 22:58 ` Daniel McNeil
2005-04-30 4:29 ` David Teigland
2005-04-30 9:09 ` Daniel Phillips
2005-04-30 10:32 ` Lars Marowsky-Bree
2005-04-30 11:12 ` Daniel Phillips
2005-05-02 20:51 ` Lars Marowsky-Bree
2005-05-02 22:21 ` Daniel Phillips
2005-05-05 12:25 ` Stephen C. Tweedie
2005-05-05 12:40 ` copy_to_user question linux
2005-05-05 13:13 ` Richard B. Johnson
2005-05-05 19:29 ` [PATCH 1b/7] dlm: core locking Daniel Phillips
2005-04-28 2:52 ` Daniel Phillips
2005-04-28 12:37 ` Lars Marowsky-Bree
2005-04-28 23:43 ` Daniel Phillips
2005-04-28 6:49 ` Daniel Phillips
2005-04-28 12:55 ` Lars Marowsky-Bree
2005-04-29 0:26 ` Daniel Phillips
2005-04-29 2:52 ` David Teigland
2005-04-29 3:49 ` Daniel Phillips
2005-05-02 21:00 ` Lars Marowsky-Bree
2005-05-03 2:54 ` David Teigland
2005-04-27 12:33 ` Domen Puncer
2005-04-27 13:30 ` David Teigland
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=200504262053.07836.phillips@istop.com \
--to=phillips@istop.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sdake@mvista.com \
--cc=teigland@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox