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

ramkrishna.s.vasudevan commented on HBASE-10531:
------------------------------------------------

One nice observation from Anoop (may not be fitting to this JIRA but in context 
with Cell). with the off heap efforts and having our Kv byte buffers moving to 
offheap, if we try to create Cells on them then we have to do a byte copy from 
the offheap array to on heap array. (Need to check anyway).  So should our cell 
interfaces have support to work with ByteBuffers also.  We have not digged in 
deeper but can keep an eye on this. 

> Revisit how the key byte[] is passed to HFileScanner.seekTo and reseekTo
> ------------------------------------------------------------------------
>
>                 Key: HBASE-10531
>                 URL: https://issues.apache.org/jira/browse/HBASE-10531
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 0.99.0
>
>         Attachments: HBASE-10531.patch, HBASE-10531_1.patch, 
> HBASE-10531_2.patch
>
>
> Currently the byte[] key passed to HFileScanner.seekTo and 
> HFileScanner.reseekTo, is a combination of row, cf, qual, type and ts.  And 
> the caller forms this by using kv.getBuffer, which is actually deprecated.  
> So see how this can be achieved considering kv.getBuffer is removed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to