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

Ted Yu commented on HBASE-6477:
-------------------------------

This is the important call in AggregationClient.getMedianArgs():
{code}
              return instance.getMedian(ci, scan);
{code}
which involves the following method defined in AggregateProtocol:
{code}
  <T, S> List<S> getMedian(ColumnInterpreter<T, S> ci, Scan scan)
{code}
To my understanding, we need to explicitly PB-fy AggregateProtocol.
I believe there is a dependency on Gary's work for coprocessors.

Correct me if I am wrong.
                
> Use PB filter definitions in RPC
> --------------------------------
>
>                 Key: HBASE-6477
>                 URL: https://issues.apache.org/jira/browse/HBASE-6477
>             Project: HBase
>          Issue Type: Task
>          Components: ipc, migration
>            Reporter: Gregory Chanan
>            Assignee: Gregory Chanan
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6477-nonrb.patch, HBASE-6477-nonrb-v3.patch, 
> HBASE-6477-nonrb-v4.patch
>
>
> Use the filters introduced in HBASE-6454 in the rpc so they are extensible

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