[jira] [Commented] (PHOENIX-2880) Switch to the new RegionObserver#preStoreScannerOpen() method which accepts read point parameter

2016-05-05 Thread Anoop Sam John (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273657#comment-15273657
 ] 

Anoop Sam John commented on PHOENIX-2880:
-

Oh sorry my bad.. This is phoenix..  Sorry.. 

> Switch to the new RegionObserver#preStoreScannerOpen() method which accepts 
> read point parameter
> 
>
> Key: PHOENIX-2880
> URL: https://issues.apache.org/jira/browse/PHOENIX-2880
> Project: Phoenix
>  Issue Type: Task
>Reporter: Ted Yu
>
> Over in HBASE-15759, the following method is added to RegionObserver :
> {code}
>   public KeyValueScanner preStoreScannerOpen(final 
> ObserverContext c,
>   final Store store, final Scan scan, final NavigableSet 
> targetCols,
>   final KeyValueScanner s, final long readPt) throws IOException {
> {code}
> Currently the preStoreScannerOpen() without read point parameter is used in 
> IndexHalfStoreFileReaderGenerator
> We need to switch over to calling the new method for hbase 2.0



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


[jira] [Commented] (PHOENIX-2880) Switch to the new RegionObserver#preStoreScannerOpen() method which accepts read point parameter

2016-05-05 Thread Anoop Sam John (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273656#comment-15273656
 ] 

Anoop Sam John commented on PHOENIX-2880:
-

Can we fix this issue in HBASE-15759 itself.. That is still open

> Switch to the new RegionObserver#preStoreScannerOpen() method which accepts 
> read point parameter
> 
>
> Key: PHOENIX-2880
> URL: https://issues.apache.org/jira/browse/PHOENIX-2880
> Project: Phoenix
>  Issue Type: Task
>Reporter: Ted Yu
>
> Over in HBASE-15759, the following method is added to RegionObserver :
> {code}
>   public KeyValueScanner preStoreScannerOpen(final 
> ObserverContext c,
>   final Store store, final Scan scan, final NavigableSet 
> targetCols,
>   final KeyValueScanner s, final long readPt) throws IOException {
> {code}
> Currently the preStoreScannerOpen() without read point parameter is used in 
> IndexHalfStoreFileReaderGenerator
> We need to switch over to calling the new method for hbase 2.0



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