[
https://issues.apache.org/jira/browse/HBASE-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anoop Sam John updated HBASE-9430:
----------------------------------
Resolution: Fixed
Fix Version/s: 0.96.1
0.94.13
0.98.0
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Committed to 96 and 94 branches also. Thanks for the reviews
> Memstore heapSize calculation - DEEP_OVERHEAD is incorrect
> ----------------------------------------------------------
>
> Key: HBASE-9430
> URL: https://issues.apache.org/jira/browse/HBASE-9430
> Project: HBase
> Issue Type: Bug
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 0.98.0, 0.94.13, 0.96.1
>
> Attachments: HBASE-9430_94.patch, HBASE-9430.patch
>
>
> {code}
> expected += ClassSize.estimateBase(ConcurrentSkipListMap.class, false);
> expected += ClassSize.estimateBase(ConcurrentSkipListMap.class, false);
> expected += ClassSize.estimateBase(CopyOnWriteArraySet.class, false);
> expected += ClassSize.estimateBase(CopyOnWriteArrayList.class, false);
> {code}
> We need to consider the heap requirement for KeyValueSkipListSet.
> From where CopyOnWriteArraySet & CopyOnWriteArrayList is coming into picture?
> I am not able to follow.
> Also we need to consider the heap for TimeRangeTracker
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira