[
https://issues.apache.org/jira/browse/HBASE-17484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828322#comment-15828322
]
Ted Yu commented on HBASE-17484:
--------------------------------
Looks good overall.
{code}
26 * This Cell is an implementation of {@link ByteBufferCell} where the
data resides in off heap
{code}
The above javadoc seems to be copied from OffheapKeyValue.
I think mentioning OffheapKeyValue is more appropriate.
> Add non cached version of OffheapKV for write path
> --------------------------------------------------
>
> Key: HBASE-17484
> URL: https://issues.apache.org/jira/browse/HBASE-17484
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver
> Affects Versions: 2.0.0
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 2.0.0
>
> Attachments: HBASE-17484.patch
>
>
> After running lot of different performance tests for various scenarios and
> with multi threads we thought that is better to have a version of OffheapKV
> in write path that does not cache anything and its fixed_overhead is equal to
> that in KeyValue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)