DynamoFS icon indicating copy to clipboard operation
DynamoFS copied to clipboard

Read should handle gracefully when there are missing blocks to be retrieved

Open denismo opened this issue 11 years ago • 0 comments

By definition of truncate, it can set the file size to be large than before. The new bytes are filled with zeros. In our implementation, we don't allocate missing blocks so we need to make sure that read treats missing blocks as filled with zeros.

denismo avatar May 25 '13 12:05 denismo