You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2014/02/14 10:39:22 UTC

[jira] [Created] (HBASE-10531) Revisit how the key byte[] is passed to HFileScanner.seekTo and reseekTo

ramkrishna.s.vasudevan created HBASE-10531:
----------------------------------------------

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


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.1.5#6160)