[
https://issues.apache.org/jira/browse/HBASE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848800#action_12848800
]
Jonathan Gray commented on HBASE-2359:
--------------------------------------
+1 on just using the getLength() method and dropping heapSize/writableSize, as
long as that call is constant time which I assume it is.
> WALEdit doesn't implement HeapSize
> ----------------------------------
>
> Key: HBASE-2359
> URL: https://issues.apache.org/jira/browse/HBASE-2359
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.20.3
> Reporter: Jean-Daniel Cryans
> Assignee: Kannan Muthukkaruppan
> Fix For: 0.20.4, 0.21.0
>
>
> WALEdit from HBASE-2283 defines a method heapSize() but doesn't implement
> HeapSize.
> - Make it implement the interface.
> - Add a test to TestHeapSize.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.