You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2016/01/07 14:55:39 UTC

[jira] [Commented] (HBASE-15076) Add getScanner(Scan scan, List additionalScanners) API into Region interface

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

Anoop Sam John commented on HBASE-15076:
----------------------------------------

Which versions u need this? I think 1.3 also we can target.

> Add getScanner(Scan scan, List<KeyValueScanner> additionalScanners) API into Region interface
> ---------------------------------------------------------------------------------------------
>
>                 Key: HBASE-15076
>                 URL: https://issues.apache.org/jira/browse/HBASE-15076
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: liu ming
>            Assignee: liu ming
>             Fix For: 2.0.0
>
>
> HRegion method getScanner(Scan scan, List<KeyValueScanner> additionalScanners, boolean copyCellsFromSharedMem) is protected.
> In Apache Trafodion, we need to invoke this getScanner method from a coprocessor. Since it is protected, Trafodion must overload the HRegion class and overload this method into a public method.
> It will be good to make this method public.
> It is very useful when one needs to combine several scan result in a single scanner.
> thanks,
> Ming



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)