Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
For Hadoop RPCs, we will try to reuse the available connections.
But when we process each rpc in the same connection, we will allocate a fresh heap byte buffer to store the rpc bytes data. The rpc message may be very large, i.e., datanode blocks report.
There is chance to cause full gc as discussed in HDFS-7435
Attachments
Issue Links
- relates to
-
HDFS-7435 PB encoding of block reports is very inefficient
- Closed