[
https://issues.apache.org/jira/browse/HBASE-17445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826720#comment-15826720
]
Hudson commented on HBASE-17445:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-JDK7 #82 (See
[https://builds.apache.org/job/HBase-1.3-JDK7/82/])
HBASE-17445 Count size of serialized exceptions in checking max result (tedyu:
rev dc72e0d4f802fd0f4902e4552e3c0eada1c49d51)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcCallContext.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
> 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
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: 17445.branch-1.v2.txt, 17445.v1.txt, 17445.v2.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)