[ 
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

Reply via email to