NIFI-9588 This closes #5672. Update doc for `nifi.content.repository.archive.max.retention.period`

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
zhangcheng 2022-01-19 14:48:47 +08:00 committed by Joe Witt
parent aa61494fc3
commit 3811eea4a2
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 1 additions and 1 deletions

View File

@ -3322,7 +3322,7 @@ For example, to provide two additional locations to act as part of the content r
+
Providing three total locations, including `nifi.content.repository.directory.default`.
|`nifi.content.repository.archive.max.retention.period`|If archiving is enabled (see `nifi.content.repository.archive.enabled` below), then
this property specifies the maximum amount of time to keep the archived data. The default value is `12 hours`.
this property specifies the maximum amount of time to keep the archived data. The default value is `7 days`.
|`nifi.content.repository.archive.max.usage.percentage`|If archiving is enabled (see `nifi.content.repository.archive.enabled` below), then this property must have a value that indicates the content repository disk usage percentage at which archived data begins to be removed. If the archive is empty and content repository disk usage is above this percentage, then archiving is temporarily disabled. Archiving will resume when disk usage is below this percentage. The default value is `50%`.
|`nifi.content.repository.archive.backpressure.percentage`| This property is used to control the content repository disk usage percentage at which backpressure is applied to the processes writing to the content repository. Once this percentage is reached, the content repository will refuse any additional writes. Writes will be refused until the archive delete process has brought the content repository disk usage percentage below `nifi.content.repository.archive.max.usage.percentage`. +
+