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 3DA81104A2 for ; Tue, 27 Aug 2013 15:31:54 +0000 (UTC) Received: (qmail 88794 invoked by uid 500); 27 Aug 2013 15:31:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 88583 invoked by uid 500); 27 Aug 2013 15:31:53 -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 88551 invoked by uid 99); 27 Aug 2013 15:31:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 15:31:53 +0000 Date: Tue, 27 Aug 2013 15:31:52 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9230) Fix the server so it can take a pure pb request param and return a pure pb result 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-9230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-9230: ------------------------- Release Note: If the client does not specify a codec, the server will not respond using cellblocks; instead it will response with a pure protobuf message. This is slower but easier for clients to make sense of. It should make version one of a client implementation easier to do. To make the hbase client do non-cellblocking communication, set hbase.client.default.rpc.codec to the empty string and do not set hbase.client.rpc.codec > Fix the server so it can take a pure pb request param and return a pure pb result > --------------------------------------------------------------------------------- > > Key: HBASE-9230 > URL: https://issues.apache.org/jira/browse/HBASE-9230 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Priority: Critical > Fix For: 0.98.0, 0.96.0 > > Attachments: 9230.txt, 9230v2.txt > > > Working on the asynchbase update w/ B this afternoon so it can run against 0.95/0.96, I noticed that clients HAVE TO do cellblocks as the server is currently. That is an oversight. Lets fix so can do all pb all the time too (I thought this was there but it is not); it will make it easier dev'ing simple clients. > This issue shouldn't hold up release but we should get it in to help the asynchbase convertion. -- 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