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

Lars Hofhansl commented on HBASE-5520:
--------------------------------------

+1 on 0.94.
Another question about the patch:
{code}
+    public synchronized boolean reseek(byte[] row) throws IOException {
...
+      startRegionOperation();
{code}
# why start a region operation here? This is called only called from a 
coprocessor, right? So should already be in a region operation.
# why synchronized?

                
> Support reseek() at RegionScanner
> ---------------------------------
>
>                 Key: HBASE-5520
>                 URL: https://issues.apache.org/jira/browse/HBASE-5520
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 0.92.0
>            Reporter: Anoop Sam John
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 0.96.0
>
>         Attachments: HBASE-5520_1.patch, HBASE-5520_2.patch, 
> HBASE-5520_3.patch
>
>
> reseek() is not supported currently at the RegionScanner level. We can 
> support the same.
> This is created following the discussion under HBASE-2038

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to