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 3CE567825 for ; Wed, 26 Oct 2011 06:46:00 +0000 (UTC) Received: (qmail 57569 invoked by uid 500); 26 Oct 2011 06:45:59 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 57550 invoked by uid 500); 26 Oct 2011 06:45:58 -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 57502 invoked by uid 99); 26 Oct 2011 06:45:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 06:45:56 +0000 X-ASF-Spam-Status: No, hits=-2000.5 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, 26 Oct 2011 06:45:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4392A30EF5D for ; Wed, 26 Oct 2011 06:43:35 +0000 (UTC) Date: Wed, 26 Oct 2011 06:43:35 +0000 (UTC) From: "Justin Joseph (Updated) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1191290320.17023.1319611415278.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1706616864.50773.1316615829098.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HDFS-2354) Generalize the HAServiceProtocol interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Joseph updated HDFS-2354: -------------------------------- Attachment: Namenode HA using Backup Namenode as Hot Standby.pdf The solution document which is already uploaded in the original contribution issue HDFS-2124 > Generalize the HAServiceProtocol interface > ------------------------------------------ > > Key: HDFS-2354 > URL: https://issues.apache.org/jira/browse/HDFS-2354 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: name-node > Reporter: Justin Joseph > Assignee: Justin Joseph > Attachments: HAService_fw_Class_Diagram.JPG, HDFS-2354.1.patch, HDFS-2354.patch, Namenode HA using Backup Namenode as Hot Standby.pdf > > > This JIRA intends to revisit the patches committed for HADOOP-7455 and HDFS-1974 & to provide more generic interfaces which allows alternative HA implementations to co-exist complying with HAServiceProtocol. > Some of the considerations are > 1) Support life cycle methods (start*() and stop() APIs) in HAServiceProtocol > 2) Support custom states in HAServiceProtocol > 3) As per the patch submitted for HDFS-1974, Namenode implements HAService interface. This needs to be reconsidered. > I will elaborate on these points, in the form of comments below. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira