Skip to content

Commit

Permalink
Document REQUIRES_DIR_FSYNC escape hatch (#6985)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jan 3, 2024
1 parent 153506f commit 6083301
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/doc/book/managing/system-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,17 @@ properties:
Disables the forced flushing when calling `#close()`.
Not expected to be used.

- name: hudson.util.AtomicFileWriter.REQUIRES_DIR_FSYNC
tags:
- escape hatch
def: |
`true` on Unix, `false` on Windows
since: 2.440
description: |
Whether or not to flush the parent directory to disk after flushing the file to disk,
which is needed to ensure crash consistency in several Unix filesystems.
Prior to 2.440, the parent directory was never flushed to disk.

- name: hudson.util.CharacterEncodingFilter.disableFilter
tags:
- escape hatch
Expand Down

2 comments on commit 6083301

@doni108doni
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


@doni108doni
Copy link

@doni108doni doni108doni commented on 6083301 Jan 7, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.