Description
If the log block manager's metadata file gets only partially written, this will result in failure to start up again. Since we are constantly appending, this is a problem since partial writes can occur when the disk fills up (among other potential error conditions like a system crash during a write).
Pointer to the code in question: https://github.com/apache/incubator-kudu/blob/0.7.1/src/kudu/fs/log_block_manager.cc#L437
Attachments
Issue Links
- relates to
-
KUDU-668 Log block container metadata files should be more forgiving to truncation
- Open