Description
Occasional data loss is expected when using the lazy persist flag due to node restarts. The NN will optionally unlink lazy persist files from the namespace to avoid them from showing up as corrupt files.
This behavior can be turned off with a global option. In the future this may be made a per-file option controllable by the client.
Does this patch add the global config to disable the scrubbing of corrupted lazy-persist files or is it planned for a later patch?