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

Rajeshbabu Chintaguntla commented on HBASE-18446:
-------------------------------------------------

[~Apache9] [~anoop.hbase] We use LocalIndexStoreFileScanner, 
IndexHalfStoreFileReader to implement HalfStoreFileReader functionality 
supported after region split/merges. With HalfStoreFileReader we limit the 
HFile scan to the child region boundary but with local index we need to do full 
HFile scan and should be able to find the whether Cell belongs the child region 
based on actual data row key. We use preStoreFileReaderOpen  cp hook to create 
the custom reader one time. Since the hook returns the reader we need to just 
extend it instead of wrapping into some other class. 

> Mark StoreFileScanner as IA.Private
> -----------------------------------
>
>                 Key: HBASE-18446
>                 URL: https://issues.apache.org/jira/browse/HBASE-18446
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Coprocessors
>            Reporter: Duo Zhang
>             Fix For: 2.0.0, 3.0.0, 2.0.0-alpha-2
>
>
> Do not see any reason why it is marked as IA.LimitedPrivate. It is not 
> referenced in any CPs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to