From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: CLD multi-node status Date: Thu, 30 Sep 2010 12:00:06 -0400 Message-ID: <4CA4B406.8020108@garzik.org> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=glFov6zuYmcZ9F3XOlE7+K0IqSz2dbH8cFxGh3bzNCE=; b=hgN8jdhUD/+NinRhUkYU6bYsufbdKi+rD2gsA9S+YFW++Dl+NKWr+Hqc6x/hxpehMZ k4p63510M6oIy3T3PLsEYQnoZSif3BOvZYBMOSw8eLDrne4c3kGDXiu4kouz7kl19TLE Q07rJGZzsSFWEJp3X/juhRxJP+dbVadmyWR7c= In-Reply-To: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Geert Jansen Cc: hail-devel@vger.kernel.org On 09/30/2010 04:55 AM, Geert Jansen wrote: > is it correct that CLD is basically single-master right now? I can't > find any trace of the mentioned Paxos implementation in the source. The current main branch is single-master, correct. The 'replica' branch of hail.git contains the multi-node server -- where paxos implementation is imported from db4 replication engine. No multi-node client lib update exists, however. Look for this to change in the next 2 weeks, though! Jeff