Details
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-16752 Upgrading from 1.2 to 1.3 can lead to replication failures due to difference in RPC size limit
- Resolved
-
HBASE-17200 Document an interesting implication of HBASE-15212
- Resolved
- relates to
-
HBASE-15520 Fix broken TestAsyncIPC
- Resolved