netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
To: Jeff Garzik <jeff@garzik.org>
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	linux-fsdevel@vger.kernel.org
Subject: Re: POHMELFS high performance network filesystem. Cache coherency, transactions, parallels.
Date: Mon, 26 May 2008 11:12:15 +0400	[thread overview]
Message-ID: <20080526071210.GC16366@2ka.mipt.ru> (raw)
In-Reply-To: <483A153F.7000907@garzik.org>

On Sun, May 25, 2008 at 09:41:19PM -0400, Jeff Garzik (jeff@garzik.org) wrote:
> Often you can capture this information in a more scalable manner, by 
> having the clients measure an observable _output_ such as latency, over 
> time.
> 
> Each transaction gives the client new feedback about the server(s) being 
> offline (i.e. timeout), becoming slow, etc.

Server should be able to provide such info because of sudden changes in
environment or administrative tasks. It should not be that many of such
messages, but some info should be broadcasted to connected clients.
Client by itself should also e able to determine if given server is fast
enough of course.
 
> Another potential tool is having the server(s) send an abstract number, 
> from 0-100, indicating their level of desire for new { read | write } 
> transactions.  Let us call this client hint "weight".  Rather than have 
> a bunch of status messages that indicate server load average, or 
> do-not-read state, summarize this information into read_weight and 
> write_weight hints to the client.

I actually meant only single message with status structure, which can
include whatever we decided to put there including such kind of hints.

> With just a few (two?) simple variables, the client is given the ability 
> to automatically balance and scale load across the cluster, work around 
> failing servers, etc.
> 
> Write balancing need not be overly complex...

Yup, some kind of that. I did not yet thought about it in details...

-- 
	Evgeniy Polyakov

      reply	other threads:[~2008-05-26  7:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-25 13:40 POHMELFS high performance network filesystem. Cache coherency, transactions, parallels Evgeniy Polyakov
2008-05-25 19:55 ` Jeff Garzik
2008-05-25 20:21   ` Evgeniy Polyakov
2008-05-26  1:15 ` Jeff Garzik
2008-05-26  6:22   ` Evgeniy Polyakov
2008-05-26  6:33     ` Jeff Garzik
2008-05-26  7:07       ` Evgeniy Polyakov
2008-05-26  7:27         ` Jeff Garzik
2008-05-26  7:44           ` Evgeniy Polyakov
2008-05-26  7:51             ` Jeff Garzik
2008-05-26  9:13               ` Evgeniy Polyakov
2008-05-26  1:41 ` Jeff Garzik
2008-05-26  7:12   ` Evgeniy Polyakov [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=20080526071210.GC16366@2ka.mipt.ru \
    --to=johnpol@2ka.mipt.ru \
    --cc=jeff@garzik.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.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 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).