All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabian Deutsch <fabian.deutsch@gmx.de>
To: Jeff Garzik <jeff@garzik.org>
Cc: Pete Zaitcev <zaitcev@redhat.com>, Rick Peralta <fbp@tiac.net>,
	Project Hail <hail-devel@vger.kernel.org>,
	zaitcev@redat.com
Subject: Re: HAIL volunteer Rick Peralta
Date: Wed, 29 Jul 2009 20:35:16 +0200	[thread overview]
Message-ID: <1248892516.4526.15.camel@decade.local> (raw)
In-Reply-To: <4A708E00.5000304@garzik.org>

Am Mittwoch, den 29.07.2009, 13:59 -0400 schrieb Jeff Garzik:
> > Or to take converse logic -- is it likely that service->service 
> > replication is SLOWER than client->service replication?
> > 
> > Every way I look at it, client->{service,service,service}
> replication 
> > seems both easy... and potentially slower than alternatives :)
> 
> To elaborate a bit more...  there obviously are cases where you want
> the 
> client to be the genesis of parallel data streams into the cloud.
> 
> My point was more that there are real world situations where multiple 
> outgoing streams from the client is significantly slower than a
> single 
> stream into the cloud, plus asking the cloud to perform further
> copies.

Yes, I agree that we just should have one stream per BLOB to one chunkd,
but we might attach replication destinations when streaming this blob to
one chunkd. 
The result is, that we've just got one stream to a chunkd instance,
including some replication destinations, and chunkd will hapilly spread
the relpicates.
So we are just keeping the logic of where to replciate to, away from
chunkd and leave it to the client (which can ask a third daemon) where
to store the replicates.

dsts[] = logic->getDstsFor(blob)
chunk->put(blob, dsts) /* Will return after successfull replc. */

The local in-cloud replication strategy, like chaining or parallel could
be passed too, but might not be as relevant as the destinations itself.

- fabian


  parent reply	other threads:[~2009-07-29 18:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <29025029.1248785350151.JavaMail.root@mswamui-andean.atl.sa.earthlink.net>
     [not found] ` <4A6F5A3E.1070907@garzik.org>
     [not found]   ` <4A704376.6000303@tiac.net>
2009-07-29 14:31     ` HAIL volunteer Rick Peralta Jeff Garzik
2009-07-29 16:52       ` Pete Zaitcev
2009-07-29 16:58         ` Fabian Deutsch
2009-07-29 17:17         ` Jeff Garzik
2009-07-29 17:59           ` Jeff Garzik
2009-07-29 18:19             ` Pete Zaitcev
2009-07-29 18:30               ` Jeff Garzik
2009-07-29 18:35             ` Fabian Deutsch [this message]
2009-07-29 19:14               ` Jeff Garzik
2009-07-31 16:37 Rick Peralta

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=1248892516.4526.15.camel@decade.local \
    --to=fabian.deutsch@gmx.de \
    --cc=fbp@tiac.net \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    --cc=zaitcev@redat.com \
    --cc=zaitcev@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 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.