Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.4.1
-
None
-
Reviewed
Description
The Reference class incorrectly parses the protobuf magic marker.
It uses:
// DataInputStream.read(byte[lengthOfPNMagic])
but this call does not guarantee to read all the bytes of the marker.
The fix is the same as the one for https://issues.apache.org/jira/browse/HBASE-25674
Attachments
Issue Links
- relates to
-
HBASE-25674 RegionInfo.parseFrom(DataInputStream) sometimes fails to read the protobuf magic marker
- Resolved
- links to