Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.20-append
-
None
Description
Ran into a bad issue in testing overnight. One of the writers experienced an OOME in the middle of writing a checksum chunk to the stream inside a sync() call. It then proceeded to retry recovery on each DN in the pipeline, but each recovery failed because its internal checksum buffer was borked in some way - on the DNs I see "Unexpected checksum mismatch" errors after each recovery attempt.
When another client tried to recover the file using appendFile, it got the "Partial CRC 3766269197 does not match value computed the last time file was closed" error (plus there was only one replica left in targets). It thus failed to set up the append pipeline, and ran into HDFS-1262.
This was on 0.20-append, though it may happen on trunk as well.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-679 Appending to a partial chunk incorrectly assumes the first packet fills up the partial chunk
- Closed