[ 
https://issues.apache.org/jira/browse/HBASE-13943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anoop Sam John updated HBASE-13943:
-----------------------------------
    Attachment: HBASE-13943_V2.patch

Version I pushed to master. (Rebased patch after HBASE-14001 went in)

> 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
>            Assignee: Anoop Sam John
>             Fix For: 2.0.0
>
>         Attachments: HBASE-13943.patch, HBASE-13943_V2.patch
>
>
> {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)

Reply via email to