Details
Description
HDFS-10312 introduced enforcement of a configurable maximum data length while deserializing large block reports. This change broke compilation of StorageContainerManager on the HDFS-7240 feature branch, due to a constructor signature change in DatanodeProtocolServerSideTranslatorPB.
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-10312 Large block reports may fail to decode at NameNode due to 64 MB protobuf maximum length restriction.
- Resolved