Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 60420 invoked from network); 8 Mar 2010 20:35:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Mar 2010 20:35:26 -0000 Received: (qmail 67528 invoked by uid 500); 8 Mar 2010 20:35:02 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 67505 invoked by uid 500); 8 Mar 2010 20:35:02 -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 67495 invoked by uid 99); 8 Mar 2010 20:35:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 20:35:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.97.132.74] (HELO homiemail-a10.g.dreamhost.com) (208.97.132.74) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 20:34:53 +0000 Received: from darsys9 (cpe-66-108-142-190.nyc.res.rr.com [66.108.142.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTPSA id 66EF228006C for ; Mon, 8 Mar 2010 12:34:31 -0800 (PST) Received: from [10.1.0.2] by darsys9 with esmtp (Exim 4.71) (envelope-from ) id 1NojeJ-0007Sy-Gu for zookeeper-user@hadoop.apache.org; Mon, 08 Mar 2010 15:33:59 -0500 Message-ID: <4B955F1F.2060505@darose.net> Date: Mon, 08 Mar 2010 15:33:35 -0500 From: David Rosenstrauch User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Shredder/3.0.3 MIME-Version: 1.0 To: zookeeper-user@hadoop.apache.org Subject: Re: Ok to share ZK nodes with Hadoop nodes? References: <4B9548ED.7050608@darose.net> <4B954E28.5040407@apache.org> In-Reply-To: <4B954E28.5040407@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 03/08/2010 02:21 PM, Patrick Hunt wrote: > See the troubleshooting page, some apropos detail there (esp relative to > virtual env). > > http://wiki.apache.org/hadoop/ZooKeeper/Troubleshooting > > ZK servers are sensitive to IO (disk/network) latency. As long as you > aren't very sensitive latency requirements it should be fine. If the > machine were to swap for example, or the JVM were to go into long term > GC (visualization in particular kills jvm gc) that would be bad. > > Best practice for "on-line production serving" is 5 dedicated hosts with > "shared nothing", physically distributed thoughout the data center (5 > hosts in a rack might not be the best idea for super reliability). > There's alot of lee-way though, many ppl run with 3 and spof on switch > for example. > > Patrick Thanks much for the advice, Patrick. (And Mahadev.) DR