[
https://issues.apache.org/jira/browse/HBASE-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706593#action_12706593
]
Jonathan Gray commented on HBASE-1380:
--------------------------------------
HeapSize.BYTE_ARRAY is actually incorrect in trunk. It is = REFERENCE, but
should be 3 * REF (same as HeapSize.ARRAY).
This patch will fix that too, not worth another issue.
> Make KeyValue implement HeapSize
> --------------------------------
>
> Key: HBASE-1380
> URL: https://issues.apache.org/jira/browse/HBASE-1380
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: Jonathan Gray
> Fix For: 0.20.0
>
>
> This may be useful in several places server-side, but this is required
> client-side to calculate the write buffer size.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.