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 4033D9F79 for ; Tue, 14 Feb 2012 21:46:23 +0000 (UTC) Received: (qmail 41387 invoked by uid 500); 14 Feb 2012 21:46:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 41347 invoked by uid 500); 14 Feb 2012 21:46:23 -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 41308 invoked by uid 99); 14 Feb 2012 21:46:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 21:46:23 +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; Tue, 14 Feb 2012 21:46:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D9F021B749F for ; Tue, 14 Feb 2012 21:46:01 +0000 (UTC) Date: Tue, 14 Feb 2012 21:46:01 +0000 (UTC) From: "jiraposter@reviews.apache.org (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <165788319.38082.1329255961893.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1171051132.33879.1329172383425.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5394) Add ability to include Protobufs in HbaseObjectWritable 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-5394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208046#comment-13208046 ] jiraposter@reviews.apache.org commented on HBASE-5394: ------------------------------------------------------ ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3898/#review5097 ----------------------------------------------------------- Looks good. This is probably not the end game of where we want to be (could be more efficient) but will get us going on the proto-ification! src/main/java/org/apache/hadoop/hbase/io/DataOutputOutputStream.java should be Private (then you don't need to add a Stability either) - Todd On 2012-02-14 21:40:36, Jimmy Xiang wrote: bq. bq. ----------------------------------------------------------- bq. This is an automatically generated e-mail. To reply, visit: bq. https://reviews.apache.org/r/3898/ bq. ----------------------------------------------------------- bq. bq. (Updated 2012-02-14 21:40:36) bq. bq. bq. Review request for hbase and Todd Lipcon. bq. bq. bq. Summary bq. ------- bq. bq. Port HADOOP-7379 to HBase so that HBase WritableRpcEngine can support PB-based types, in addition to Writables. bq. This is one of the first steps for wire compatibility. bq. bq. bq. This addresses bug HBASE-5394. bq. https://issues.apache.org/jira/browse/HBASE-5394 bq. bq. bq. Diffs bq. ----- bq. bq. src/main/java/org/apache/hadoop/hbase/io/DataOutputOutputStream.java PRE-CREATION bq. src/main/java/org/apache/hadoop/hbase/io/HbaseObjectWritable.java 3c71192 bq. src/main/java/org/apache/hadoop/hbase/util/ProtoUtil.java PRE-CREATION bq. src/test/java/org/apache/hadoop/hbase/ipc/TestPBOnWritableRpc.java PRE-CREATION bq. bq. Diff: https://reviews.apache.org/r/3898/diff bq. bq. bq. Testing bq. ------- bq. bq. The TestPBOnWritableRpc unit test tests using PB-based type and Writable with WritableRpcEngine. bq. bq. bq. Thanks, bq. bq. Jimmy bq. bq. > Add ability to include Protobufs in HbaseObjectWritable > ------------------------------------------------------- > > Key: HBASE-5394 > URL: https://issues.apache.org/jira/browse/HBASE-5394 > Project: HBase > Issue Type: Improvement > Reporter: Zhihong Yu > Assignee: Jimmy Xiang > > This is a port of HADOOP-7379 > This is to add the cases to HbaseObjectWritable to handle subclasses of Message, the superclass of codegenned protobufs. -- 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