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 888923054 for ; Mon, 2 May 2011 19:10:42 +0000 (UTC) Received: (qmail 36434 invoked by uid 500); 2 May 2011 19:10:42 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 36367 invoked by uid 500); 2 May 2011 19:10: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 36228 invoked by uid 99); 2 May 2011 19:10: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 19:10: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 19:10: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 588ECBE0C6 for ; Mon, 2 May 2011 19:10:03 +0000 (UTC) Date: Mon, 2 May 2011 19:10:03 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1553371244.15903.1304363403359.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <393899407.59444.1302827766144.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (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 ] Tsz Wo (Nicholas), SZE updated HADOOP-7227: ------------------------------------------- Component/s: ipc Issue Type: Improvement (was: New Feature) Hadoop Flags: [Incompatible change, Reviewed] > 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 > 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