Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 7338E3E00 for ; Mon, 2 May 2011 23:02:45 +0000 (UTC) Received: (qmail 58725 invoked by uid 500); 2 May 2011 23:02:42 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 58618 invoked by uid 500); 2 May 2011 23:02:42 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 58542 invoked by uid 99); 2 May 2011 23:02:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 23:02:42 +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; Mon, 02 May 2011 23:02:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8D217BEC82 for ; Mon, 2 May 2011 23:02:03 +0000 (UTC) Date: Mon, 2 May 2011 23:02:03 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <654164627.16704.1304377323575.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <393899407.59444.1302827766144.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Reopened] (HADOOP-7227) Remove protocol version check at proxy creation in Hadoop RPC. 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/HADOOP-7227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon reopened HADOOP-7227: --------------------------------- > Remove protocol version check at proxy creation in Hadoop RPC. > -------------------------------------------------------------- > > Key: HADOOP-7227 > URL: https://issues.apache.org/jira/browse/HADOOP-7227 > Project: Hadoop Common > Issue Type: Improvement > Components: ipc > Reporter: Jitendra Nath Pandey > Assignee: Jitendra Nath Pandey > Fix For: 0.23.0 > > Attachments: HADOOP-7227.2.patch, HADOOP-7227.3.patch, HADOOP-7227.4.patch > > > Currently when a proxy is created for a protocol, there is a round trip of messages to check the protocol version. The protocol version is not checked in any subsequent rpc which could be a problem if the server restarts with a new protocol version. This issue and also the additional round-trip at proxy creation can be avoided if we add the protocol version in every rpc, and server checks the protocol version for every call. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira