Michael Stack wrote:
Doug Cutting wrote:
In your case I don't think moving the files is helping at all, since
the checksum errors are not caused by bad disk blocks, but rather by
memory errors. So not moving is fine. Maybe we should add a config
parameter to disable moving on checksum error?
Let me try this. Should probably subsume the 'io.skip.checksum.errors'
parameter.
Eric Baldeschwieler tells me that most disks now automatically remap bad
sectors (I didn't think IDE drives did this, but it seems they do now).
So we shouldn't need to move the files at all.
How did things work when you disabled moving of files?
Doug