fwang2 / pcircle

A suite of parallel file system tools designed for performance and scalability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define failed block copy behavior

fwang2 opened this issue · comments

Right now, if a block copy failed (after retries), we report the error, and abort.
A more reasonable behavior might be to move on and log it. However, it runs the risk of having incomplete file copy at the end, since we don't have mechanism to cancel actions on single file.

Exactly what should be done at this point remains a question mark.