You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2015/03/20 18:31:39 UTC

[jira] [Created] (HBASE-13303) Fix size calculation of results on the region server

Lars Hofhansl created HBASE-13303:
-------------------------------------

             Summary: Fix size calculation of results on the region server
                 Key: HBASE-13303
                 URL: https://issues.apache.org/jira/browse/HBASE-13303
             Project: HBase
          Issue Type: Sub-task
            Reporter: Lars Hofhansl


One of the problems in the parent is due to different size calculation between client and server when HFilev3 is used.

Since tags are _never_ shipped to the client in a scan, we can have special size function (or a flag on the current one) that does not include the tags and the tags meta information (the length is what causes the issue), so that client and server will always calculate the same size.

I'll make a patch within the hour, unless somebody beats me to it.

[~apurtell], FYI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)