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 5EB374AB7 for ; Fri, 17 Jun 2011 21:34:11 +0000 (UTC) Received: (qmail 30698 invoked by uid 500); 17 Jun 2011 21:34:11 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 30650 invoked by uid 500); 17 Jun 2011 21:34:11 -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 30606 invoked by uid 99); 17 Jun 2011 21:34:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 21:34:11 +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; Fri, 17 Jun 2011 21:34:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 107B441E50E for ; Fri, 17 Jun 2011 21:33:48 +0000 (UTC) Date: Fri, 17 Jun 2011 21:33:48 +0000 (UTC) From: "Jitendra Nath Pandey (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1503965830.16584.1308346428064.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1593248389.10179.1308212149301.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7399) Remove Writable from ipc.Client and ipc.Server. 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/HADOOP-7399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HADOOP-7399: ----------------------------------------- Attachment: HADOOP-7399.3.patch This is a very early version of the patch. I still need to do lot more code cleanup. Sasl messages for connection setup also need to be handled consistently. The basic idea is to use ClientCall and ServerCall as the abstractions for interaction between an RpcEngine and ipc.Client/Server. > Remove Writable from ipc.Client and ipc.Server. > ----------------------------------------------- > > Key: HADOOP-7399 > URL: https://issues.apache.org/jira/browse/HADOOP-7399 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Jitendra Nath Pandey > Assignee: Jitendra Nath Pandey > Attachments: HADOOP-7399.3.patch > > > This jira proposes to remove the dependency of ipc client and server on Writable. I think this will be an important step towards making an RpcEngine truly configurable, without having to use tunnel protocols as in case of AvroRPCEngine. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira