Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.7.0
-
None
-
None
-
Reviewed
Description
An obvious bug in LongsDecoder.getBlockListAsLongs(), the size of var longs is +2 to the size of values, but the for-loop accesses values using longs index. This will cause OutOfIndex.
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-7435 PB encoding of block reports is very inefficient
- Closed