Anoop Sam John created HBASE-13943:
--------------------------------------
Summary: Get rid of KeyValue#heapSizeWithoutTags
Key: HBASE-13943
URL: https://issues.apache.org/jira/browse/HBASE-13943
Project: HBase
Issue Type: Improvement
Reporter: Anoop Sam John
Fix For: 2.0.0
{code}
/**
* This is a hack that should be removed once we don't care about matching
* up client- and server-side estimations of cell size. It needed to be
* backwards compatible with estimations done by older clients. We need to
* pretend that tags never exist and cells aren't serialized with tag
* length included. See HBASE-13262 and HBASE-13303
*/
@Deprecated
public static long estimatedHeapSizeOfWithoutTags(final Cell cell) {
{code}
We can avoid this for 2.0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)