File tree Expand file tree Collapse file tree
docs/reference/troubleshooting Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ matching checksum doesn't prove the absence of corruption.
1818
1919Verifying a checksum is expensive since it involves reading every byte of the
2020file which takes significant effort and might evict more useful data from the
21- filesystem cache, so systems typically doesn 't verify the checksum on a file
22- very often. This is why you tend only to encounter a corruption exception when
21+ filesystem cache, so systems typically don 't verify the checksum on a file very
22+ often. This is why you tend only to encounter a corruption exception when
2323something unusual is happening. For instance, corruptions are often detected
2424during merges, shard movements, and snapshots. This does not mean that these
2525proceses are causing corruption: they are examples of the rare times where
You can’t perform that action at this time.
0 commit comments