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

Jean-Daniel Cryans commented on HBASE-6577:
-------------------------------------------

Ah sorry I totally missed that you posted a new patch.

So I tried to remember exactly how we got the issue (the exact cluster, which 
table was doing that, etc) and it's fuzzy for both [~eclark] and I. This week 
wouldn't definitely not be a good week to break things tho, so I currently 
don't feel like deploying it in the wild.

I can try to see if it's possible put it on a RS that has a copy of the data 
and run those filters on it but I don't have time for that right now.
                
> RegionScannerImpl.nextRow() should seek to next row
> ---------------------------------------------------
>
>                 Key: HBASE-6577
>                 URL: https://issues.apache.org/jira/browse/HBASE-6577
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0
>
>         Attachments: 6577-0.94.txt, 6577.txt, 6577-v2.txt, 6577-v3.txt
>
>
> RegionScannerImpl.nextRow() is called when a filter filters the entire row. 
> In that case we should seek to the next row rather then iterating over all 
> versions of all columns to get there.

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