Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A293F1AE for ; Wed, 20 Mar 2013 23:01:17 +0000 (UTC) Received: (qmail 33665 invoked by uid 500); 20 Mar 2013 23:01:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33624 invoked by uid 500); 20 Mar 2013 23:01:17 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 33611 invoked by uid 99); 20 Mar 2013 23:01:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 23:01:16 +0000 Date: Wed, 20 Mar 2013 23:01:16 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-7898) Serializing Cells over 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/HBASE-7898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-7898. -------------------------- Resolution: Fixed Hadoop Flags: Reviewed There is a bunch to do on rpc still but the new fashion for 'serializing cells over rpc' is committed as is spec. on how its working. > Serializing Cells over RPC > -------------------------- > > Key: HBASE-7898 > URL: https://issues.apache.org/jira/browse/HBASE-7898 > Project: HBase > Issue Type: Task > Components: IPC/RPC > Reporter: stack > Assignee: stack > Priority: Blocker > Fix For: 0.95.0 > > > This issue replaces the juicy HBASE-7233 which started undoing KeyValue as a Writable and ended up as a general discussion of KeyValue serialization. Along the way it served as a scratch sheet for how to do lots of KeyValues across RPC. This issue is the umbrella issue for making it so we can pass Cells over our protobuf'd RPC rather than KeyValues; i.e. an Interface which could be differently implemented rather than our current non-evolvable KeyValue serialization. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira