You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/01/10 18:47:59 UTC

[jira] [Updated] (HBASE-17445) Count size of serialized exceptions in checking max result size quota

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

Ted Yu updated HBASE-17445:
---------------------------
    Attachment: 17445.v1.txt

Tentative patch.
Uses block size in RpcCallContext for accounting.

Can create exception size (in RpcCallContext) depending on review comments.

> Count size of serialized exceptions in checking max result size quota
> ---------------------------------------------------------------------
>
>                 Key: HBASE-17445
>                 URL: https://issues.apache.org/jira/browse/HBASE-17445
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>         Attachments: 17445.v1.txt
>
>
> Currently RSRpcServices#doNonAtomicRegionMutation() does accounting for cell size and block size against the max result size quota.
> However, as HBASE-17387 and related JIRAs have shown, we should consider the size of exceptions sent back to the client as well.
> This issue adds accounting for size of serialized exceptions.



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