Commit graph

5 commits

Author SHA1 Message Date
David Turner
312d4c2fa1
Mention IndexFormatToo{Old,New}Exception as corruption (#104204)
If a file header is corrupted then the exception may be reported as a
bad index format version rather than a checksum mismatch. This commit
adjusts the docs to cover this case.
2024-01-10 08:54:07 -05:00
David Turner
cf6632c3bd
Mention missing files in corruption troubleshooting docs (#103962)
These docs talk about files whose contents are unexpected, but we should
also mention that files which are completely missing are also going to
be due to infrastructural problems.
2024-01-05 05:42:59 -05:00
David Turner
b4b9292ce9
Small changes to corruption troubleshooting docs (#95265)
- Mention that third-party software may be to blame too
- Mention `strace` as a last resort
- Minor rewordings
2023-04-17 09:07:27 +01:00
David Turner
74ce7a4603
Fix typo (#89063) 2022-08-03 10:23:57 +01:00
David Turner
7103053f03
Add troubleshooting docs about data corruption (#88760)
Adds some docs giving more detailed background about what data
corruption really means and some suggestions about how to narrow down
the root cause.

Co-authored-by: Henning Andersen <33268011+henningandersen@users.noreply.github.com>
2022-07-28 11:23:23 +01:00