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

Ted Yu commented on HBASE-7533:
-------------------------------

For QosFunction#apply():
{code}
+      if (region.getRegionInfo().isMetaRegion()) {
...
+      if (scanner != null && scanner.getRegionInfo().isMetaRegion()) {
{code}
isMetaTable() should be called above.
                
> Write an RPC Specification for 0.96
> -----------------------------------
>
>                 Key: HBASE-7533
>                 URL: https://issues.apache.org/jira/browse/HBASE-7533
>             Project: HBase
>          Issue Type: Bug
>          Components: IPC/RPC
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: 7533_proto_sketch.txt, 7533v4.txt, rpc_spec3.txt, 
> rpc_spec3.txt, rpc_spec.txt
>
>
> RPC format is changing for 0.96 to accomodate our protobufing all around.  
> Here is a first cut.  Please shred: 
> https://docs.google.com/document/d/1-1RJMLXzYldmHgKP7M7ynK6euRpucD03fZ603DlZfGI/edit

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