Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 951047642 for ; Wed, 20 Jul 2011 23:46:26 +0000 (UTC) Received: (qmail 32390 invoked by uid 500); 20 Jul 2011 23:46:26 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 32308 invoked by uid 500); 20 Jul 2011 23:46:25 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 32300 invoked by uid 99); 20 Jul 2011 23:46:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 23:46:25 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 23:46:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C84BC4B0DB for ; Wed, 20 Jul 2011 23:45:57 +0000 (UTC) Date: Wed, 20 Jul 2011 23:45:57 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1902926893.9890.1311205557817.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1167303189.9660.1311201478114.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2179) HA: namenode fencing mechanism MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-2179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068723#comment-13068723 ] Todd Lipcon commented on HDFS-2179: ----------------------------------- I found this reference useful to see what kind of fencing methods are implemented by Red Hat Cluster Suite: https://access.redhat.com/kb/docs/DOC-30004 > HA: namenode fencing mechanism > ------------------------------ > > Key: HDFS-2179 > URL: https://issues.apache.org/jira/browse/HDFS-2179 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: name-node > Reporter: Todd Lipcon > Assignee: Todd Lipcon > > In an HA cluster, when there are two NNs, the invariant that only one NN is active at a time has to be preserved in order to prevent "split brain syndrome." Thus, when a standby NN is transition to "active" state during a failover, it needs to somehow _fence_ the formerly active NN to ensure that it can no longer perform edits. This JIRA is to discuss and implement NN fencing. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira