Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.17.1
-
None
-
None
-
Reviewed
Description
The unnecessary reset of the io.sort.mb buffer when bufindex==bufvoid leads to wrong, very large, temporary key buffer being created and passed along to the Buffer.write. This causes MapBufferTooSmallException as the Buffer thinks there isn't enough space to write this record into. If a combiner is defined the record does not go through the combiner and hits the disk directly.
It's already fixed in hadoop-0.18.