Return-Path: Delivered-To: apmail-hadoop-hbase-commits-archive@minotaur.apache.org Received: (qmail 56361 invoked from network); 14 Nov 2009 23:57:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 23:57:45 -0000 Received: (qmail 54689 invoked by uid 500); 14 Nov 2009 23:57:45 -0000 Delivered-To: apmail-hadoop-hbase-commits-archive@hadoop.apache.org Received: (qmail 54634 invoked by uid 500); 14 Nov 2009 23:57:45 -0000 Mailing-List: contact hbase-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-commits@hadoop.apache.org Received: (qmail 54625 invoked by uid 99); 14 Nov 2009 23:57:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 23:57:45 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 23:57:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BC76323888E8; Sat, 14 Nov 2009 23:57:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r836296 - /hadoop/hbase/trunk/src/java/overview.html Date: Sat, 14 Nov 2009 23:57:22 -0000 To: hbase-commits@hadoop.apache.org From: stack@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091114235722.BC76323888E8@eris.apache.org> Author: stack Date: Sat Nov 14 23:57:22 2009 New Revision: 836296 URL: http://svn.apache.org/viewvc?rev=836296&view=rev Log: Added comment on hdfs-630 Modified: hadoop/hbase/trunk/src/java/overview.html Modified: hadoop/hbase/trunk/src/java/overview.html URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/java/overview.html?rev=836296&r1=836295&r2=836296&view=diff ============================================================================== --- hadoop/hbase/trunk/src/java/overview.html (original) +++ hadoop/hbase/trunk/src/java/overview.html Sat Nov 14 23:57:22 2009 @@ -97,6 +97,7 @@ In the meantime the NameNode can still send DFSClients to the dead DataNode as host for a replicated block. DFSClient can get stuck on trying to get block from a dead node. This patch allows DFSClients pass NameNode lists of known dead DataNodes. + Recommended, particularly if your cluster is small.