Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Our RPC server caps the maximum size of incoming messages at 64 MB by default. For exceptional circumstances, this can be uptuned using ipc.maximum.data.length. However, for block reports, there is still an internal maximum length restriction of 64 MB enforced by protobuf. (Sample stack trace to follow in comments.) This issue proposes to apply the same override to our block list decoding, so that large block reports can proceed.
Attachments
Attachments
Issue Links
- breaks
-
HDFS-10349 Ozone: StorageContainerManager fails to compile after merge of HDFS-10312 maxDataLength enforcement.
- Resolved
- is related to
-
HADOOP-13039 Add documentation for configuration property ipc.maximum.data.length for controlling maximum RPC message size.
- Closed