[ 
https://issues.apache.org/jira/browse/HBASE-9230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-9230:
-------------------------

    Summary: Fix the server so it can take a pure pb request param and return a 
pure pb resutl  (was: Fix the server so you can say 'no codec' when you set up 
a connection and then the communication is pure pb)

After digging, it is not about the codec -- I was looking at the wrong tier.  
It is higher up when building the pb message that we determine whether we will 
pass pure pb or do a mix of pb and cellblock; it is at this level I need to 
have a switch (and the server needs to be fine when it gets a pure pb request 
and understand it is to deliver pure pb result.
                
> Fix the server so it can take a pure pb request param and return a pure pb 
> resutl
> ---------------------------------------------------------------------------------
>
>                 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.96.0
>
>
> 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