[
https://issues.apache.org/jira/browse/HBASE-14144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ramkrishna.s.vasudevan updated HBASE-14144:
-------------------------------------------
Attachment: HBASE-14144_3.patch
Updated patch. Changes all the fake cells with 'column' to 'col'. The
ByteBufferedCell is changed to BBCell to make it small.
The term fake represents that we try to create the first on row or last on row
type of Cells using the existing cell's components. Previously these type of
Kvs where created by copying the contents every time and now as we are having
the concept of cell such copies are not required. Anyway these things are just
used for doing sort of seek and reseeks and they are not going to be returned
to the clients.
> Bloomfilter path to work with Byte buffered cells
> -------------------------------------------------
>
> Key: HBASE-14144
> URL: https://issues.apache.org/jira/browse/HBASE-14144
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver, Scanners
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 2.0.0
>
> Attachments: HBASE-14144.patch, HBASE-14144_1.patch,
> HBASE-14144_2.patch, HBASE-14144_3.patch
>
>
> This JIRA is to check if there will be a need to make the bloom filters to
> work with ByteBuffer cells. During POC this path created lot of duplicated
> code but considering other refactorings done in this path may lead to less
> duplication. This JIRA is a placeholder.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)