[ https://issues.apache.org/jira/browse/HBASE-18600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guanghao Zhang updated HBASE-18600: ----------------------------------- Description: HBASE-9534: Allow coprocessors accessing an HTable to short-circuit access to the local HRegionServer, rather than requiring the usual RPC path. And it only worked for RegionCoprocessorEnvironment. This issue add a new method for RegionCoprocessorEnvironment. getShortCircuitTable method is used to get a short-circuit access HTable. And getTable method is used to get a normal table. > Provide a method to disable the Short-Circuit HTable in coprocessor > ------------------------------------------------------------------- > > Key: HBASE-18600 > URL: https://issues.apache.org/jira/browse/HBASE-18600 > Project: HBase > Issue Type: Improvement > Reporter: Guanghao Zhang > Assignee: Guanghao Zhang > Attachments: HBASE-18600.master.001.patch > > > HBASE-9534: Allow coprocessors accessing an HTable to short-circuit access to > the local HRegionServer, rather than requiring the usual RPC path. And it > only worked for RegionCoprocessorEnvironment. This issue add a new method for > RegionCoprocessorEnvironment. getShortCircuitTable method is used to get a > short-circuit access HTable. And getTable method is used to get a normal > table. -- This message was sent by Atlassian JIRA (v6.4.14#64029)