Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 832F26892 for ; Wed, 27 Jul 2011 23:39:12 +0000 (UTC) Received: (qmail 8739 invoked by uid 500); 27 Jul 2011 23:39:09 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 8654 invoked by uid 500); 27 Jul 2011 23:39:08 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 8646 invoked by uid 99); 27 Jul 2011 23:39:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2011 23:39:08 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mohitanchlia@gmail.com designates 209.85.210.53 as permitted sender) Received: from [209.85.210.53] (HELO mail-pz0-f53.google.com) (209.85.210.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2011 23:39:02 +0000 Received: by pzk6 with SMTP id 6so4547323pzk.40 for ; Wed, 27 Jul 2011 16:38:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=5/UJR/GFkCBwmF/TH3XzBsoPxhyeN9uOzd+hWpsFDX0=; b=omCuTVLvQmXyWWn6/OBXuRZ1Ud0TefMFgyZvtb7uIqo8qXKqwLDLL5if8VoXFasBYh bIhkV96ZOUgJP1VuQ6gR6w5nVileOxrzEKP7RfXWksmnHVapdzMMc9IEY+Pp0NtjrTjq CxTYW1EiuekljL8qtU+ITJiOeOSZQ0RM2qy9c= MIME-Version: 1.0 Received: by 10.68.36.134 with SMTP id q6mr524406pbj.483.1311809921903; Wed, 27 Jul 2011 16:38:41 -0700 (PDT) Received: by 10.68.56.98 with HTTP; Wed, 27 Jul 2011 16:38:41 -0700 (PDT) Date: Wed, 27 Jul 2011 16:38:41 -0700 Message-ID: Subject: Replication and failure From: Mohit Anchlia To: common-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Just trying to understand what happens if there are 3 nodes with replication set to 3 and one node fails. Does it fail the writes too? If there is a link that I can look at will be great. I tried searching but didn't see any definitive answer. Thanks, Mohit