[
https://issues.apache.org/jira/browse/HBASE-15212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15207812#comment-15207812
]
Hudson commented on HBASE-15212:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #798 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/798/])
HBASE-15212 RRCServer should enforce max request size (enis: rev
3f3613a23485121ae72959206f4db09a0f557cd1)
* hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/AbstractTestIPC.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
> RRCServer should enforce max request size
> ------------------------------------------
>
> Key: HBASE-15212
> URL: https://issues.apache.org/jira/browse/HBASE-15212
> Project: HBase
> Issue Type: Improvement
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.3.0, 1.4.0
>
> Attachments: hbase-15212_v1.patch, hbase-15212_v1.patch,
> hbase-15212_v2.patch
>
>
> A TODO from HBASE-15177 was that we are not protecting the RPCServer in case
> an RPC request with a very large size is received. This might cause the
> server to go OOM because we are allocating the RPC serialization into a BB.
> Instead we should reject the RPC and close the connection.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)