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

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

The latest patch looks good. Only thing I don't like so much is the handling of 
those exceptions since they would bubble up as-is to the client and the 
interrupt isn't reset:

{code}
      } catch (InterruptedException ie) {
        throw new IOException(ie);
      } catch (ExecutionException ee) {
        throw new IOException(ee);
      }
{code}
                
> Port  HBASE-6874  Implement prefetching for scanners from 0.89-fb
> -----------------------------------------------------------------
>
>                 Key: HBASE-8420
>                 URL: https://issues.apache.org/jira/browse/HBASE-8420
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>         Attachments: 0.94-8420_v1.patch, 0.94-8420_v2.patch, 
> trunk-8420_v1.patch, trunk-8420_v2.patch, trunk-8420_v3.patch, 
> trunk-8420_v4.patch, trunk-8420_v5.patch
>
>
> This should help scanner performance.  We should have it in trunk.

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