[
https://issues.apache.org/jira/browse/HBASE-14001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609020#comment-14609020
]
Hudson commented on HBASE-14001:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6616 (See
[https://builds.apache.org/job/HBase-TRUNK/6616/])
HBASE-14001 Optimize write(OutputStream out, boolean withTags) for
SizeCachedNoTagsKeyValue. (anoopsamjohn: rev
7e7fbdb84b6173a26169ae995bf55c536f77d9c8)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/SizeCachedNoTagsKeyValue.java
> Optimize write(OutputStream out, boolean withTags) for
> SizeCachedNoTagsKeyValue
> -------------------------------------------------------------------------------
>
> Key: HBASE-14001
> URL: https://issues.apache.org/jira/browse/HBASE-14001
> Project: HBase
> Issue Type: Improvement
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-14001.patch
>
>
> We can override this method in SizeCachedNoTagsKeyValue. KeyValue impl do
> value length parsing and do some maths to find length with out tags length.
> In SizeCachedNoTagsKeyValue we know there are no tags. Same optimize we did
> in NoTagsKeyValue. But I missed to do it in SizeCachedNoTagsKeyValue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)