[
https://issues.apache.org/jira/browse/HBASE-13943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609021#comment-14609021
]
Hudson commented on HBASE-13943:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6616 (See
[https://builds.apache.org/job/HBase-TRUNK/6616/])
HBASE-13943 Get rid of KeyValue#heapSizeWithoutTags. (anoopsamjohn: rev
42d5ef017d3d629e6ca9ee93e15ac4f0f9e00ce1)
* hbase-server/src/main/java/org/apache/hadoop/hbase/SizeCachedKeyValue.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValue.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/SizeCachedNoTagsKeyValue.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java
> 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)