Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 1641 invoked from network); 16 May 2010 20:28:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 May 2010 20:28:33 -0000 Received: (qmail 52728 invoked by uid 500); 16 May 2010 20:28:33 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 52587 invoked by uid 500); 16 May 2010 20:28:32 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 52580 invoked by uid 500); 16 May 2010 20:28:31 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 52577 invoked by uid 99); 16 May 2010 20:28:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 May 2010 20:28:31 +0000 X-ASF-Spam-Status: No, hits=-1496.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 May 2010 20:28:31 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id DBA6117620; Sun, 16 May 2010 20:28:10 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sun, 16 May 2010 20:28:10 -0000 Message-ID: <20100516202810.16909.52838@eos.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22Hbase/FAQ=22_by_JeffHammerbacher?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "Hbase/FAQ" page has been changed by JeffHammerbacher. http://wiki.apache.org/hadoop/Hbase/FAQ?action=3Ddiff&rev1=3D60&rev2=3D61 -------------------------------------------------- 1. [[#10|Any other troubleshooting pointers for me?]] 1. [[#20|Are there any schema design examples?]] 1. [[#21|How do I add/remove a node?]] + 1. [[#22|Why do servers have start codes?]] = =3D=3D Answers =3D=3D = @@ -219, +220 @@ = For Hadoop, use the same kind of script (starts with hadoop-*), their pro= cess names (datanode, tasktracker), and edit the slaves file. Removing data= nodes is tricky, please review the dfsadmin command before doing it. = + '''22. <> Why do servers have start codes?''' + = + If a region server crashes and recovers, it cannot be given work until it= s lease times out. If the lease is identified only by an IP address and por= t number, then that server can't do any progress until the lease times out.= A start code is added so that the restarted server can begin doing work im= mediately upon recovery. For more, see https://issues.apache.org/jira/brows= e/HBASE-1156. +=20