You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Karan Mehta (JIRA)" <ji...@apache.org> on 2017/05/04 22:51:04 UTC

[jira] [Created] (HBASE-17998) Improve HBase RPC write throttling size estimation

Karan Mehta created HBASE-17998:
-----------------------------------

             Summary: Improve HBase RPC write throttling size estimation
                 Key: HBASE-17998
                 URL: https://issues.apache.org/jira/browse/HBASE-17998
             Project: HBase
          Issue Type: Improvement
            Reporter: Karan Mehta
            Assignee: Karan Mehta


Currently when RPC throttling, the size of each put is estimated using a hardcoded value 100 bytes. This can be improved by using the protobuf size as an estimate, without having to deserialize or do a big refactoring.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)