Skip to content

Commit 85a8ee2

Browse files
committed
Simplify grammar
1 parent 3889101 commit 85a8ee2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/reference/troubleshooting/corruption-issues.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ the data read from disk is different from the data that {es} previously wrote.
3939

4040
The files that make up a Lucene index are written in full before they are used.
4141
If 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

4848
There are many possible explanations for {es} detecting corruption in your
4949
cluster. Databases like {es} generate a challenging I/O workload that may find

0 commit comments

Comments
 (0)