[ 
https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480219#comment-13480219
 ] 

Devaraj Das commented on HBASE-6787:
------------------------------------

Thanks for taking a look, [~stack]. 

The overall idea is that all the CP protocol conversions take into account only 
those protocols that are part of the framework, and not necessarily the user 
code (like a particular implementation of ColumnInterpreter). The CP framework 
tries to be agnostic about what serialization techniques the user code chooses 
to use (so yeah that could be PB or writable or anything else; to the CP 
framework they are just a bunch of bytes).

I'll respond to your other comments shortly (need to look at code for those).
                
> Convert RowProcessorProtocol to protocol buffer service
> -------------------------------------------------------
>
>                 Key: HBASE-6787
>                 URL: https://issues.apache.org/jira/browse/HBASE-6787
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Coprocessors
>            Reporter: Gary Helmling
>            Assignee: Devaraj Das
>             Fix For: 0.96.0
>
>         Attachments: 6787-1.patch
>
>
> With coprocessor endpoints now exposed as protobuf defined services, we 
> should convert over all of our built-in endpoints to PB services.

--
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