You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2016/08/12 05:11:20 UTC

[jira] [Created] (HBASE-16405) Remove byte[] based hash() APIs.

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

             Summary: Remove byte[] based hash() APIs.
                 Key: HBASE-16405
                 URL: https://issues.apache.org/jira/browse/HBASE-16405
             Project: HBase
          Issue Type: Sub-task
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
             Fix For: 2.0.0


Currently the read path though it works with Cells, still does go with the assumption that we need to copy the Cells to KeyValue's key format and then use the byte[] version of hash() function to calculate the Bloom hash. In case of incoming cell's being KeyValue type we try to use the KeyValue.getKey(), KeyValue.getKeyOffset() APIs. With this sub-task we will get rid of all those and things will work with Cells. 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)