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 A9B379DF0 for ; Wed, 15 Feb 2012 19:45:24 +0000 (UTC) Received: (qmail 18028 invoked by uid 500); 15 Feb 2012 19:45:24 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 17874 invoked by uid 500); 15 Feb 2012 19:45:24 -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 17866 invoked by uid 99); 15 Feb 2012 19:45:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 19:45:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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, 15 Feb 2012 19:45:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0A7101B901A for ; Wed, 15 Feb 2012 19:45:00 +0000 (UTC) Date: Wed, 15 Feb 2012 19:45:00 +0000 (UTC) From: "Todd Lipcon (Commented) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <931324257.42203.1329335100044.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1204176314.3366.1321986040071.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2586) Add protobuf service and implementation for HAServiceProtocol 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-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208723#comment-13208723 ] Todd Lipcon commented on HDFS-2586: ----------------------------------- The bug is here -- missing "break"s: {code} + HAServiceStateProto ret; + switch (s) { + case ACTIVE: + ret = HAServiceStateProto.ACTIVE; + case STANDBY: + ret = HAServiceStateProto.STANDBY; + default: + case INITIALIZING: + ret = HAServiceStateProto.INITIALIZING; + } {code} > Add protobuf service and implementation for HAServiceProtocol > ------------------------------------------------------------- > > Key: HDFS-2586 > URL: https://issues.apache.org/jira/browse/HDFS-2586 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: ha, name-node > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Fix For: HA branch (HDFS-1623) > > Attachments: HDFS-2586.txt, HDFS-2586.txt > > > When the trunk moves to protobuf based RPC, HAServiceProtocol should have equivalent protobuf implementation. -- 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