How to cope with hardware-poisoned page-cache pages
How to cope with hardware-poisoned page-cache pages
Posted May 6, 2022 23:19 UTC (Fri) by yang.shi (subscriber, #133088)In reply to: How to cope with hardware-poisoned page-cache pages by jlayton
Parent article: How to cope with hardware-poisoned page-cache pages
IIUC it means the data on disk is suspect instead of the data in page cache, right? This doesn't bother the readers. The readers still consume the consistent data. The memory error is different, it means the data in page cache is even suspect. So waiting for fsync() may be already late.
> It's up to the application to make sense of the state (unfortunately). That's not a trivial task, but that's really all we can guarantee in the face of this sort of problem.
I agree it is not a trivial task, particularly if we want to handle this in page granularity.
