Skip to content

Commit

Permalink
Update file-locking.md (#5185)
Browse files Browse the repository at this point in the history
Changed the "writer process" to the "reader process" that can crash.
  • Loading branch information
donners-atos authored Dec 18, 2024
1 parent 7dfd9b4 commit f9d60b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/file-locking.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ setting AND check the environment variable, which can override the fapl.

Disabling the file locks is at your own risk. If more than one writer process
modifies an HDF5 file at the same time, the file could be corrupted. If a
reader process reads a file that is being modified by a writer, the writer
reader process reads a file that is being modified by a writer, the reader
process might attempt to read garbage and encounter errors or even crash.

In the case of:
Expand Down

0 comments on commit f9d60b5

Please sign in to comment.