Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 9852 invoked from network); 15 Jan 2010 20:52:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 20:52:27 -0000 Received: (qmail 99606 invoked by uid 500); 15 Jan 2010 20:52:26 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 99582 invoked by uid 500); 15 Jan 2010 20:52:26 -0000 Mailing-List: contact zookeeper-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-user@hadoop.apache.org Delivered-To: mailing list zookeeper-user@hadoop.apache.org Received: (qmail 99572 invoked by uid 99); 15 Jan 2010 20:52:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 20:52:26 +0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_PASS,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kaykay.unique@gmail.com designates 209.85.218.223 as permitted sender) Received: from [209.85.218.223] (HELO mail-bw0-f223.google.com) (209.85.218.223) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 20:52:18 +0000 Received: by bwz23 with SMTP id 23so638601bwz.29 for ; Fri, 15 Jan 2010 12:51:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ptBj/9rnp/lz9X5+Fy91UR6jPuLsKmuDJgJH0wSxr1k=; b=CcKA4dAWumwUxm6FtU29MULwK63c8HqVgGOSCZH4iy2E8cwTz63L8E+5GWuoFTAvaj bX5J9pam3o03wxSKRghWhQkMSN0rK8tdj9sIoxo3NF+tnwSxymb8JaA+haZfoy6FMBJG OU8CWCWvc7bY+gIx/UqLECZXBODeH9BIq1zfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=lXQiUAe3ngo+4zc+a0bHPaXirX74T2daJDORzlMBc70bPEfTZNaKk5Ufjyc2dloPhJ MCeXB4Al64bQVEMZqr4wZDrQODiDrzVfyULC81mt1DfNgbvGwSiSmxWtpnzVHbQgfmO9 8iYvvp8RF8wCFd4NcPYbfDRC8RCrk+bRxgtwI= Received: by 10.204.18.137 with SMTP id w9mr1559651bka.132.1263588717207; Fri, 15 Jan 2010 12:51:57 -0800 (PST) Received: from KayKayVoldeMort.local ([38.99.42.113]) by mx.google.com with ESMTPS id 14sm1103716bwz.1.2010.01.15.12.51.54 (version=SSLv3 cipher=RC4-MD5); Fri, 15 Jan 2010 12:51:56 -0800 (PST) Message-ID: <4B50D61A.6000104@gmail.com> Date: Fri, 15 Jan 2010 12:54:50 -0800 From: Kay Kay User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: zookeeper-user@hadoop.apache.org Subject: Re: Namespace partitioning ? References: <4B50D3C9.2040003@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit ZOOKEEPER-646 in place. On 1/15/10 12:46 PM, Henry Robinson wrote: > Sounds like it is definitely worth a JIRA - please do create one! > Keeping the discussion together can focus it, and is much more likely > to lead to patches :) > > Henry > > 2010/1/15 Kay Kay: > >> Thanks Mahadev / Flavio for the pointers. >> >> There are definitely some practical scenarions that we feel would be useful >> with this / that I should be able to put down over the w/e . >> >> Curious , does this warrant a jira to consolidate the discussion to keep in >> one place ? I had been trying to gather bits and pieces from various sources >> . >> >> >> >> On 1/15/10 1:17 AM, Flavio Junqueira wrote: >> >>> Hi, Mahadev said it all, we have been thinking about it for a while, but >>> haven't had time to work on it. I also don't think we have a jira open for >>> it; at least I couldn't find one. But, we did put together some comments: >>> >>> http://wiki.apache.org/hadoop/ZooKeeper/PartitionedZookeeper >>> >>> One of the main issues we have observed there is that partitioning will >>> force us to change our consistency guarantees, which is far from ideal. >>> However, some users seem to be ok with it, but I'm not sure we have >>> agreement. >>> >>> In any case, please feel free to contribute or simply express your >>> interests so that we can take them into account. >>> >>> Thanks, >>> -Flavio >>> >>> >>> On Jan 15, 2010, at 12:49 AM, Mahadev Konar wrote: >>> >>> >>>> Hi kay, >>>> the namespace partitioning in zookeeper has been on a back burner for a >>>> long time. There isnt any jira open on it. There had been some >>>> discussions >>>> on this but no real work. Flavio/Ben have had this on there minds for a >>>> while but no real work/proposal is out yet. >>>> >>>> May I know is this something you are looking for in production? >>>> >>>> Thanks >>>> mahadev >>>> >>>> >>>> On 1/14/10 3:38 PM, "Kay Kay" wrote: >>>> >>>> >>>>> Digging up some old tickets + search results - I am trying to understand >>>>> what current state is , w.r.t support for namespace partitioning in >>>>> zookeeper. Is it already in / any tickets-mailing lists to understand >>>>> the current state. >>>>> >>>>> >>>>> >>>>> >>>> >>> >>> >> >> >