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 @@ -39,11 +39,11 @@ the data read from disk is different from the data that {es} previously wrote.
3939
4040The files that make up a Lucene index are written in full before they are used.
4141If a file is needed to recover an index after a restart then your storage
42- system will previously have confirmed to {es} that this file was durably synced
43- to disk. On Linux this means that the `fsync()` system call returned
44- successfully. {es} sometimes detects that an index is corrupt because a file
45- needed for recovery has been truncated or is missing its footer. This indicates
46- that your storage system acknowledges durable writes incorrectly.
42+ system previously confirmed to {es} that this file was durably synced to disk.
43+ On Linux this means that the `fsync()` system call returned successfully. {es}
44+ sometimes detects that an index is corrupt because a file needed for recovery
45+ has been truncated or is missing its footer. This indicates that your storage
46+ system acknowledges durable writes incorrectly.
4747
4848There are many possible explanations for {es} detecting corruption in your
4949cluster. Databases like {es} generate a challenging I/O workload that may find
You can’t perform that action at this time.
0 commit comments